summaryrefslogtreecommitdiff
path: root/src/assistant/assistant/assistant.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant/assistant.pro')
-rw-r--r--src/assistant/assistant/assistant.pro8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/assistant/assistant/assistant.pro b/src/assistant/assistant/assistant.pro
index c054147b8..c8ce999fa 100644
--- a/src/assistant/assistant/assistant.pro
+++ b/src/assistant/assistant/assistant.pro
@@ -1,13 +1,8 @@
-TEMPLATE = app
-LANGUAGE = C++
-TARGET = assistant
-DESTDIR = $$QT.help.bins
qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
QT += webkitwidgets
} else {
DEFINES += QT_NO_WEBKIT
}
-!build_pass:contains(QT_CONFIG, build_all): CONFIG += release
QT += widgets network help sql help
qtHaveModule(printsupport): QT += printsupport
PROJECTNAME = Assistant
@@ -109,5 +104,4 @@ mac {
contains(SQLPLUGINS, sqlite):QTPLUGIN += qsqlite
-target.path=$$[QT_INSTALL_BINS]
-INSTALLS += target
+load(qt_app)