Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Commit last experimental bits (dated December 6th, 2013).
[graphlib.git] / test / hello.pro
index c8d04a1..11492d8 100644 (file)
@@ -1,3 +1,19 @@
+TEMPLATE = app
 TARGET = hello
-CONFIG += qt debug
-SOURCES += hello.cc
+
+CONFIG += qt
+CONFIG += debug
+CONFIG += profile
+
+profile {
+       QMAKE_CFLAGS += -pg
+       QMAKE_CXXFLAGS += -pg
+       QMAKE_LFLAGS += -pg
+}
+
+INCLUDEPATH += ../
+DEPENDPATH += ../
+
+HEADERS += ../DrawingWindow.h
+SOURCES += ../DrawingWindow.cpp \
+           hello.cpp