summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-26 15:08:16 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-28 19:39:21 +0200
commitdfe77c25412eedcfecfd738904c2714c53d1e3bb (patch)
tree81c978d9a33bf9c6129413a8b43950d8e2b1b308 /tools
parent4a3d2964a4fe06dd03be162b9ae6ea2f7edaa8ea (diff)
make use of qt_app.prf
Change-Id: Ibb906772daf7a6bc6d56874db0a4ced2cafa67a4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 80b1e19a..f9106876 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -1,6 +1,4 @@
-TEMPLATE = app
CONFIG += uic declarative_debug declarative
-DESTDIR = $$QT.declarative.bins
include(qml.pri)
@@ -8,9 +6,6 @@ SOURCES += main.cpp
DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
-target.path = $$[QT_INSTALL_BINS]
-INSTALLS += target
-
wince* {
QT += xml
@@ -35,3 +30,5 @@ mac {
} else {
TARGET=qmlviewer
}
+
+load(qt_app)