diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-03-05 21:12:31 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-03-05 21:12:31 +0000 |
| commit | e1244a0dff7815ad325ae433bc890275916b4fe8 (patch) | |
| tree | 9c69167fa5877951028b6addecccc20dc13ae0b5 /utils/wpseditor/gui/gui.pro | |
| parent | 6538326ef2a46c11fa87e50cb7906e21cb6c42a4 (diff) | |
| download | rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.zip rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.tar.gz rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.tar.bz2 rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.tar.xz | |
Remove outdated and unmaintained wpseditor.
The wpseditor is superseded by the Theme Editor these days.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29528 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/wpseditor/gui/gui.pro')
| -rw-r--r-- | utils/wpseditor/gui/gui.pro | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/utils/wpseditor/gui/gui.pro b/utils/wpseditor/gui/gui.pro deleted file mode 100644 index 088ab04..0000000 --- a/utils/wpseditor/gui/gui.pro +++ /dev/null @@ -1,44 +0,0 @@ -TEMPLATE = app -TARGET = -DEPENDPATH += . build src ui -INCLUDEPATH += . src src/QPropertyEditor ../libwps/src -DESTDIR = bin -OBJECTS_DIR = build -MOC_DIR = build -UI_DIR = build -QMAKE_LIBDIR += lib -QT = gui core -CONFIG += qt warn_on debug -HEADERS += ../libwps/src/api.h \ - ../libwps/src/defs.h \ - src/slider.h \ - src/qtrackstate.h \ - src/qwpsstate.h \ - src/qwpseditorwindow.h \ - src/utils.h \ - src/qwpsdrawer.h \ - src/qsyntaxer.h \ - src/numberedtextview.h - -FORMS += ui/mainwindow.ui ui/slider.ui -SOURCES += src/main.cpp \ - src/slider.cpp \ - src/qtrackstate.cpp \ - src/qwpsstate.cpp \ - src/qwpseditorwindow.cpp \ - src/utils.cpp \ - src/qwpsdrawer.cpp \ - src/qwpsdrawer_static.cpp \ - src/qsyntaxer.cpp \ - src/numberedtextview.cpp - - LIBS += -Lbin -CONFIG(debug, debug|release) { - LIBS += -lQPropertyEditord - TARGET = wpseditord - CONFIG += console -} -CONFIG(release, debug|release) { - LIBS += -lQPropertyEditor - TARGET = wpseditor -} |