diff options
Diffstat (limited to 'editor/editor.pro')
-rw-r--r-- | editor/editor.pro | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/editor/editor.pro b/editor/editor.pro index 8d27503..eda7158 100644 --- a/editor/editor.pro +++ b/editor/editor.pro @@ -9,5 +9,17 @@ INCLUDEPATH += . 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 +HEADERS += \ + toolbox.h \ + tool.h \ + macrowindow.h \ + widget.h \ + widgetwrapper.h + +SOURCES += \ + editor.cc \ + toolbox.cc \ + tool.cc \ + macrowindow.cc \ + widget.cc \ + widgetwrapper.cc |