Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
.
[graphlib.git] / test / hello.pro
1 TEMPLATE = app
2 TARGET = hello
3
4 CONFIG += qt debug
5
6 HEADERS += DrawingArea.h \
7            DrawingThread.h \
8            DrawingWindow.h
9
10 SOURCES += DrawingArea.cpp \
11            DrawingThread.cpp \
12            DrawingWindow.cpp \
13            hello.cc