Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add .gitignore file.
[graphlib.git] / test / hello.pro
index c1022ab..11492d8 100644 (file)
@@ -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