summaryrefslogtreecommitdiffstats
path: root/src/modules/qt_network.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
commit82bf3bd7757b6c5a6bfe2c6e7cdceb8701268a27 (patch)
treeee950d4060a2e6df83f53d3025df7f73a2129254 /src/modules/qt_network.pri
parent3ec5d966574f1a9da7cfde573771cb95c376ce7c (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 'src/modules/qt_network.pri')
-rw-r--r--src/modules/qt_network.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/qt_network.pri b/src/modules/qt_network.pri
index c8b1f00939..37c941b823 100644
--- a/src/modules/qt_network.pri
+++ b/src/modules/qt_network.pri
@@ -4,6 +4,7 @@ QT_NETWORK_MINOR_VERSION = $$QT_MINOR_VERSION
QT_NETWORK_PATCH_VERSION = $$QT_PATCH_VERSION
QT.network.name = QtNetwork
+QT.network.bins = $$QT_MODULE_BIN_BASE
QT.network.includes = $$QT_MODULE_INCLUDE_BASE/QtNetwork
QT.network.private_includes = $$QT_MODULE_INCLUDE_BASE/QtNetwork/private
QT.network.sources = $$QT_MODULE_BASE/src/network