summaryrefslogtreecommitdiff
path: root/editor/editor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.pro')
-rw-r--r--editor/editor.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/editor/editor.pro b/editor/editor.pro
new file mode 100644
index 0000000..8d27503
--- /dev/null
+++ b/editor/editor.pro
@@ -0,0 +1,13 @@
+# -*- Makefile -*-
+
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+
+# For debugging
+QMAKE_CXXFLAGS += -g -Wall -Werror
+
+# Input
+HEADERS += toolbox.h tool.h macrowindow.h widget.h
+SOURCES += editor.cc toolbox.cc tool.cc macrowindow.cc widget.cc