From 82bf3bd7757b6c5a6bfe2c6e7cdceb8701268a27 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 6 Jan 2011 12:52:17 -0600 Subject: 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 --- src/modules/qt_core.pri | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/qt_core.pri') diff --git a/src/modules/qt_core.pri b/src/modules/qt_core.pri index 494f96f6d9..99f3fa6145 100644 --- a/src/modules/qt_core.pri +++ b/src/modules/qt_core.pri @@ -4,6 +4,7 @@ QT_CORE_MINOR_VERSION = $$QT_MINOR_VERSION QT_CORE_PATCH_VERSION = $$QT_PATCH_VERSION QT.core.name = QtCore +QT.core.bins = $$QT_MODULE_BIN_BASE QT.core.includes = $$QT_MODULE_INCLUDE_BASE/QtCore QT.core.private_includes = $$QT_MODULE_INCLUDE_BASE/QtCore/private QT.core.sources = $$QT_MODULE_BASE/src/corelib -- cgit v1.2.3