X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/12187fe8b3145f84d3e5bc7a57a07fa89d929be7..9484593b069d6b2fd81b364537706d2295410099:/exemple.pro diff --git a/exemple.pro b/exemple.pro new file mode 100644 index 0000000..cdcca93 --- /dev/null +++ b/exemple.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +TARGET = exemple + +CONFIG += qt +CONFIG += debug + +HEADERS += DrawingWindow.h +SOURCES += DrawingWindow.cpp + +SOURCES += exemple.cpp