From: giersch Date: Thu, 18 Oct 2007 15:23:01 +0000 (+0000) Subject: . X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/987888d40c205054d0b2a803525250f4581c2573 . --- diff --git a/test/hello.pro b/test/hello.pro index f788dca..c1022ab 100644 --- a/test/hello.pro +++ b/test/hello.pro @@ -1,6 +1,18 @@ -TARGET = hello -CONFIG += qt debug -SOURCES += hello.cc \ - DrawingArea.cpp \ - DrawingThreadCore.cpp \ - MainDrawingThread.cpp +###################################################################### +# Automatically generated by qmake (2.01a) Thu Oct 18 17:12:48 2007 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += DrawingArea.h \ + DrawingThread.h \ + DrawingWindow.h + +SOURCES += DrawingArea.cpp \ + DrawingThread.cpp \ + DrawingWindow.cpp \ + hello.cc