Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
.
authorgiersch <giersch>
Thu, 18 Oct 2007 15:23:01 +0000 (15:23 +0000)
committergiersch <giersch>
Thu, 18 Oct 2007 15:23:01 +0000 (15:23 +0000)
test/hello.pro

index f788dca..c1022ab 100644 (file)
@@ -1,6 +1,18 @@
-TARGET = hello
-CONFIG += qt debug
-SOURCES += hello.cc \
-        DrawingArea.cpp \
-        DrawingThreadCore.cpp  \
-        MainDrawingThread.cpp
+######################################################################
+# Automatically generated by qmake (2.01a) Thu Oct 18 17:12:48 2007
+######################################################################
+
+TEMPLATE = app
+TARGET = 
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# Input
+HEADERS += DrawingArea.h \
+           DrawingThread.h \
+           DrawingWindow.h
+
+SOURCES += DrawingArea.cpp \
+           DrawingThread.cpp \
+           DrawingWindow.cpp \
+           hello.cc