From 5a19d9218a5f3ed7d02b7fabd8f025922e9f7a13 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 11 Jul 2008 12:54:42 +0000 Subject: Now we have a nice little editor. --- editor/editor.pro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'editor/editor.pro') 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 -- cgit v1.2.3