summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-02-02 17:28:49 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2012-02-03 01:17:45 +0100
commit52dc1057ca71b35e220bad6a2d9417f1d4ff7813 (patch)
tree6d70e90c5eaa29cf40fc084ecfcce58d599eb104 /tools
parent53e7e93630b3b21a6a05fcdeed4121a6036d0f16 (diff)
Install binaries and imports to qtbase.
Use the Qt.quick1.* variables to determine the DESTDIR. Change-Id: I17b6d1f037b76ed25a005ec56cbc5c82b522ffc6 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 05b94363..74e314f4 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -1,15 +1,11 @@
TEMPLATE = app
-CONFIG += qt uic quick1_debug
-DESTDIR = ../../bin
+CONFIG += qt uic quick1_debug quick1
+DESTDIR = $$QT.quick1.bins
include(qml.pri)
SOURCES += main.cpp
-INCLUDEPATH += ../../include/QtDeclarative
-INCLUDEPATH += ../../src/declarative/util
-INCLUDEPATH += ../../src/declarative/graphicsitems
-
DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
target.path = $$[QT_INSTALL_BINS]