diff options
author | deva <deva> | 2008-07-30 09:07:06 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-30 09:07:06 +0000 |
commit | 88e0d02c4119aff277a0e1767aa3a8e390ec740e (patch) | |
tree | 5cc5b3079b33cb9ea4528364f66589535e004ce9 /client/editor/editor.pro | |
parent | e388de9cf524977c36b523e31ad9d75816207ff5 (diff) |
Removed obsolete editor code.
Diffstat (limited to 'client/editor/editor.pro')
-rw-r--r-- | client/editor/editor.pro | 41 |
1 files changed, 0 insertions, 41 deletions
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 |