From 88e0d02c4119aff277a0e1767aa3a8e390ec740e Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 30 Jul 2008 09:07:06 +0000 Subject: Removed obsolete editor code. --- client/editor/editor.pro | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 client/editor/editor.pro (limited to 'client/editor/editor.pro') diff --git a/client/editor/editor.pro b/client/editor/editor.pro deleted file mode 100644 index 513c977..0000000 --- a/client/editor/editor.pro +++ /dev/null @@ -1,41 +0,0 @@ -# -*- Makefile -*- - -TEMPLATE = app -TARGET = editor -DEPENDPATH += . .. -INCLUDEPATH += . .. -QT += core gui xml - -# For debugging -QMAKE_CXXFLAGS += -g -Wall -Werror - -win32 { - LIBPATH += lua/lib - INCLUDEPATH += lua/include - LIBS += -llua51 - DEFINES += HOST_WIN32 -} - -unix { - LIBS += -llua -} - -HEADERS += \ - widgets.h \ - widgets/widget.h \ - widgets/label.h \ - widgets/lineedit.h \ - widgets/multilist.h \ - widgets/textedit.h \ - widgets/button.h \ - widgets/combobox.h \ - widgets/listbox.h \ - widgets/frame.h \ - widgets/groupbox.h \ - widgets/radiobutton.h \ - widgets/radiobuttons.h \ - widgets/checkbox.h \ - widgets/window.h - -SOURCES += \ - editor.cc -- cgit v1.2.3