diff options
Diffstat (limited to 'editor/editor.pro')
-rw-r--r-- | editor/editor.pro | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/editor/editor.pro b/editor/editor.pro index eda7158..e14b068 100644 --- a/editor/editor.pro +++ b/editor/editor.pro @@ -4,6 +4,7 @@ TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . +QT += core gui network xml # For debugging QMAKE_CXXFLAGS += -g -Wall -Werror @@ -14,7 +15,10 @@ HEADERS += \ tool.h \ macrowindow.h \ widget.h \ - widgetwrapper.h + widgetwrapper.h \ + propertieseditor.h \ + property.h + SOURCES += \ editor.cc \ @@ -22,4 +26,6 @@ SOURCES += \ tool.cc \ macrowindow.cc \ widget.cc \ - widgetwrapper.cc + widgetwrapper.cc \ + propertieseditor.cc \ + property.cc |