X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/23feb416d83cdc08f14ec954905de821baa38553..c46fc962afb82bad929bd6259e2a788f8b760eab:/test/hello.pro diff --git a/test/hello.pro b/test/hello.pro index c8d04a1..fb8fdb0 100644 --- a/test/hello.pro +++ b/test/hello.pro @@ -1,3 +1,13 @@ +TEMPLATE = app TARGET = hello + CONFIG += qt debug -SOURCES += hello.cc + +HEADERS += DrawingArea.h \ + DrawingThread.h \ + DrawingWindow.h + +SOURCES += DrawingArea.cpp \ + DrawingThread.cpp \ + DrawingWindow.cpp \ + hello.cc