From 12bd3e7ff088b097bf4e280161aee646fbbb50dc Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 7 Jul 2008 07:36:42 +0000 Subject: Made actual widgets get dragged around --- editor/editor.pro | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'editor/editor.pro') 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 -- cgit v1.2.3