Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make it publicly available after installation.
[graphlib.git] / minimal / hello.pro
1 TEMPLATE = app
2 TARGET = hello
3 CONFIG += qt
4 CONFIG += debug
5 HEADERS += DrawingWindow.h
6 SOURCES += DrawingWindow.cpp
7 SOURCES += hello.cpp