X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/a7346f12e37f808491a76b2465de8ae8cd951d51..c97d3f98f912c1dbaadf8309a983915d5c5d721e:/test/hello.pro diff --git a/test/hello.pro b/test/hello.pro index e5f0db2..11492d8 100644 --- a/test/hello.pro +++ b/test/hello.pro @@ -3,7 +3,7 @@ TARGET = hello CONFIG += qt CONFIG += debug -#CONFIG += profile +CONFIG += profile profile { QMAKE_CFLAGS += -pg @@ -12,6 +12,8 @@ profile { } INCLUDEPATH += ../ +DEPENDPATH += ../ + HEADERS += ../DrawingWindow.h SOURCES += ../DrawingWindow.cpp \ hello.cpp