Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Workaround bug with some versions of Qt, when the two pairs of
[graphlib.git] / exemple.pro
1 TEMPLATE = app
2 TARGET = exemple
3
4 CONFIG += qt
5 CONFIG += debug
6
7 HEADERS += DrawingWindow.h
8 SOURCES += DrawingWindow.cpp
9
10 SOURCES += exemple.cpp