Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added mandel.
[graphlib.git] / mandel / mandel.pro
diff --git a/mandel/mandel.pro b/mandel/mandel.pro
new file mode 100644 (file)
index 0000000..4373fb1
--- /dev/null
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = mandel
+CONFIG += qt
+#CONFIG += debug
+
+INCLUDEPATH += ../
+DEPENDPATH += ../
+
+HEADERS += ../DrawingWindow.h
+SOURCES += ../DrawingWindow.cpp
+SOURCES += mandel.cpp