Make each module refer to its own bin/
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>
Thu, 6 Jan 2011 18:52:17 +0000 (12:52 -0600)
committeraxis <qt-info@nokia.com>
Wed, 27 Apr 2011 10:05:51 +0000 (12:05 +0200)
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

modules/qt_declarative.pri

index 6071af6..a24745b 100644 (file)
@@ -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