diff options
author | deva <deva> | 2008-07-04 17:49:51 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-04 17:49:51 +0000 |
commit | 678aba4c1fd1c9930ecda84a126f1bc7163dc29d (patch) | |
tree | 74664cdf0dae0d77b9de382d327716726ff13306 /editor/editor.pro | |
parent | fe81dbb0a0dfc9c3808df9576dfe9a8f0b7520be (diff) |
First attempt on an editor framework.
Diffstat (limited to 'editor/editor.pro')
-rw-r--r-- | editor/editor.pro | 13 |
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 |