summaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml')
-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]