Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
.
[graphlib.git] / test / hello.pro
index c1022ab..146e9c3 100644 (file)
@@ -1,18 +1,16 @@
-######################################################################
-# Automatically generated by qmake (2.01a) Thu Oct 18 17:12:48 2007
-######################################################################
-
 TEMPLATE = app
-TARGET = 
-DEPENDPATH += .
-INCLUDEPATH += .
+TARGET = hello
+
+CONFIG += qt debug
+
+QMAKE_CFLAGS += -O3
+QMAKE_CXXFLAGS += -O3
+
+QMAKE_CFLAGS += -pg
+QMAKE_CXXFLAGS += -pg
+QMAKE_LFLAGS += -pg
 
-# Input
-HEADERS += DrawingArea.h \
-           DrawingThread.h \
-           DrawingWindow.h
+HEADERS += DrawingWindow.h
 
-SOURCES += DrawingArea.cpp \
-           DrawingThread.cpp \
-           DrawingWindow.cpp \
+SOURCES += DrawingWindow.cpp \
            hello.cc