summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-03-22 13:20:53 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:06:02 +0200
commit2e1af58417783bd37e13d6d1794ac845d1bc3c21 (patch)
tree273eeb5df63aa982996021972d7025c9c560e793 /mkspecs
parent0cdec327f2f3d870221c5a4cb2a8b1bd38831bef (diff)
Introduced the QT.<module>.plugins variable to module profiles.
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_config.prf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/features/qt_config.prf b/mkspecs/features/qt_config.prf
index 0be4dee4ca..5afd82c84a 100644
--- a/mkspecs/features/qt_config.prf
+++ b/mkspecs/features/qt_config.prf
@@ -20,6 +20,7 @@ isEmpty(QMAKE_QT_CONFIG)|!exists($$QMAKE_QT_CONFIG) {
# qt_<module>.pri forwarding file
QT_MODULE_INCLUDE_BASE = $$[QT_INSTALL_HEADERS]
QT_MODULE_LIB_BASE = $$[QT_INSTALL_LIBS]
+ QT_MODULE_PLUGIN_BASE = $$[QT_INSTALL_PLUGINS]
QT_MODULE_BIN_BASE = $$[QT_INSTALL_BINS]
QT_MODULE_IMPORT_BASE = $$[QT_INSTALL_IMPORTS]
include($$mod)