summaryrefslogtreecommitdiffstats
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
commit22814d1ddbdc652b5fb3b53d7b8b7235f5f102f1 (patch)
treed14a96a28f088669bb060c5ad5ed343532c29641
parentd254c1d684cf9e9c26b18d8f8a5f826873ee5f9f (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
-rw-r--r--modules/qt_qt3support.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/qt_qt3support.pri b/modules/qt_qt3support.pri
index 5554999..f78c269 100644
--- a/modules/qt_qt3support.pri
+++ b/modules/qt_qt3support.pri
@@ -4,6 +4,7 @@ QT_QT3SUPPORT_MINOR_VERSION = $$QT_MINOR_VERSION
QT_QT3SUPPORT_PATCH_VERSION = $$QT_PATCH_VERSION
QT.qt3support.name = Qt3Support
+QT.qt3support.bins = $$QT_MODULE_BIN_BASE
QT.qt3support.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/Qt3Support
QT.qt3support.private_includes = $$QT_MODULE_INCLUDE_BASE/Qt3Support/private
QT.qt3support.sources = $$QT_MODULE_BASE/src/qt3support