summaryrefslogtreecommitdiff
path: root/editor/editor.pro
diff options
context:
space:
mode:
authordeva <deva>2008-07-07 07:36:42 +0000
committerdeva <deva>2008-07-07 07:36:42 +0000
commit12bd3e7ff088b097bf4e280161aee646fbbb50dc (patch)
treec8923c3b73fe578c95d45f99e6bcc36dbe2e72f5 /editor/editor.pro
parent678aba4c1fd1c9930ecda84a126f1bc7163dc29d (diff)
Made actual widgets get dragged around
Diffstat (limited to 'editor/editor.pro')
-rw-r--r--editor/editor.pro16
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