X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/987888d40c205054d0b2a803525250f4581c2573..923d7175df49a4f593f2517349932c29da5bcba8:/test/hello.pro diff --git a/test/hello.pro b/test/hello.pro index c1022ab..11492d8 100644 --- a/test/hello.pro +++ b/test/hello.pro @@ -1,18 +1,19 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Thu Oct 18 17:12:48 2007 -###################################################################### - TEMPLATE = app -TARGET = -DEPENDPATH += . -INCLUDEPATH += . +TARGET = hello + +CONFIG += qt +CONFIG += debug +CONFIG += profile + +profile { + QMAKE_CFLAGS += -pg + QMAKE_CXXFLAGS += -pg + QMAKE_LFLAGS += -pg +} -# Input -HEADERS += DrawingArea.h \ - DrawingThread.h \ - DrawingWindow.h +INCLUDEPATH += ../ +DEPENDPATH += ../ -SOURCES += DrawingArea.cpp \ - DrawingThread.cpp \ - DrawingWindow.cpp \ - hello.cc +HEADERS += ../DrawingWindow.h +SOURCES += ../DrawingWindow.cpp \ + hello.cpp