From 10c549ede85a1aa4744038e7e17637cfd7671e7a Mon Sep 17 00:00:00 2001 From: giersch Date: Thu, 8 Nov 2007 09:49:20 +0000 Subject: [PATCH] . --- test/hello.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hello.pro b/test/hello.pro index 6d133ee..b2864fc 100644 --- a/test/hello.pro +++ b/test/hello.pro @@ -10,7 +10,7 @@ QMAKE_CXXFLAGS += -O2 #QMAKE_CXXFLAGS += -pg #QMAKE_LFLAGS += -pg -HEADERS += DrawingWindow.h +HEADERS += ../DrawingWindow.h -SOURCES += DrawingWindow.cpp \ +SOURCES += ../DrawingWindow.cpp \ hello.cc -- 2.20.1