summaryrefslogtreecommitdiff
path: root/utils/wpseditor/gui/gui.pro
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/gui/gui.pro')
-rw-r--r--utils/wpseditor/gui/gui.pro12
1 files changed, 8 insertions, 4 deletions
diff --git a/utils/wpseditor/gui/gui.pro b/utils/wpseditor/gui/gui.pro
index ada7ea3c98..088ab04119 100644
--- a/utils/wpseditor/gui/gui.pro
+++ b/utils/wpseditor/gui/gui.pro
@@ -1,7 +1,7 @@
1TEMPLATE = app 1TEMPLATE = app
2TARGET = 2TARGET =
3DEPENDPATH += . build src ui 3DEPENDPATH += . build src ui
4INCLUDEPATH += . src/QPropertyEditor ../libwps/src 4INCLUDEPATH += . src src/QPropertyEditor ../libwps/src
5DESTDIR = bin 5DESTDIR = bin
6OBJECTS_DIR = build 6OBJECTS_DIR = build
7MOC_DIR = build 7MOC_DIR = build
@@ -17,7 +17,9 @@ HEADERS += ../libwps/src/api.h \
17 src/qwpseditorwindow.h \ 17 src/qwpseditorwindow.h \
18 src/utils.h \ 18 src/utils.h \
19 src/qwpsdrawer.h \ 19 src/qwpsdrawer.h \
20 src/qsyntaxer.h 20 src/qsyntaxer.h \
21 src/numberedtextview.h
22
21FORMS += ui/mainwindow.ui ui/slider.ui 23FORMS += ui/mainwindow.ui ui/slider.ui
22SOURCES += src/main.cpp \ 24SOURCES += src/main.cpp \
23 src/slider.cpp \ 25 src/slider.cpp \
@@ -27,8 +29,10 @@ SOURCES += src/main.cpp \
27 src/utils.cpp \ 29 src/utils.cpp \
28 src/qwpsdrawer.cpp \ 30 src/qwpsdrawer.cpp \
29 src/qwpsdrawer_static.cpp \ 31 src/qwpsdrawer_static.cpp \
30 src/qsyntaxer.cpp 32 src/qsyntaxer.cpp \
31LIBS += -Lbin 33 src/numberedtextview.cpp
34
35 LIBS += -Lbin
32CONFIG(debug, debug|release) { 36CONFIG(debug, debug|release) {
33 LIBS += -lQPropertyEditord 37 LIBS += -lQPropertyEditord
34 TARGET = wpseditord 38 TARGET = wpseditord