X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/7e324314648a108ccd1718d2f4e78d4b0380267d..7918f91adda9cdf88e79e01eb12ad69b79d7be9e:/mandel/mandel.pro diff --git a/mandel/mandel.pro b/mandel/mandel.pro new file mode 100644 index 0000000..4373fb1 --- /dev/null +++ b/mandel/mandel.pro @@ -0,0 +1,11 @@ +TEMPLATE = app +TARGET = mandel +CONFIG += qt +#CONFIG += debug + +INCLUDEPATH += ../ +DEPENDPATH += ../ + +HEADERS += ../DrawingWindow.h +SOURCES += ../DrawingWindow.cpp +SOURCES += mandel.cpp