aboutsummaryrefslogtreecommitdiffstats
path: root/modules/qt_declarative.pri
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-01-06 12:52:17 -0600
committeraxis <qt-info@nokia.com>2011-04-27 12:05:51 +0200
commite3c33c65819e45bb79414185cf4e4c768e9c97cd (patch)
tree748c4899e25ed450ac6bdf62e7694ae7b5764184 /modules/qt_declarative.pri
parent0fa8300e6d5b8c72ce9fa392ebb27f58a7d3f68a (diff)
Make each module refer to its own bin/
Since modules cannot rely on QtCore having a build directory, nor can they build the applications directly into $$[QT_INSTALL_BINS] each module needs their own bin/. Add this path to each module's pri file, so others can use their applications
Diffstat (limited to 'modules/qt_declarative.pri')
-rw-r--r--modules/qt_declarative.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/qt_declarative.pri b/modules/qt_declarative.pri
index 6071af63e3..a24745bf7b 100644
--- a/modules/qt_declarative.pri
+++ b/modules/qt_declarative.pri
@@ -4,6 +4,7 @@ QT_DECLARATIVE_MINOR_VERSION = $$QT_MINOR_VERSION
QT_DECLARATIVE_PATCH_VERSION = $$QT_PATCH_VERSION
QT.declarative.name = QtDeclarative
+QT.declarative.bins = $$QT_MODULE_BIN_BASE
QT.declarative.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtDeclarative
QT.declarative.private_includes = $$QT_MODULE_INCLUDE_BASE/QtDeclarative/private
QT.declarative.sources = $$QT_MODULE_BASE/src/declarative