summaryrefslogtreecommitdiff
path: root/editor/editor.pro
diff options
context:
space:
mode:
authordeva <deva>2008-07-11 12:54:42 +0000
committerdeva <deva>2008-07-11 12:54:42 +0000
commit5a19d9218a5f3ed7d02b7fabd8f025922e9f7a13 (patch)
tree49ee6645bf55e620db824d0c95508a65d4d596e7 /editor/editor.pro
parent12bd3e7ff088b097bf4e280161aee646fbbb50dc (diff)
Now we have a nice little editor.
Diffstat (limited to 'editor/editor.pro')
-rw-r--r--editor/editor.pro10
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