summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-02-04 12:10:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-06 14:21:44 +0100
commit6944c012001dc3ad9956945934662d5621b11dc2 (patch)
tree2295fc41abf55b319954998efe20684aa006e440 /mkspecs/features/qt_module.prf
parentab6d29a6cd6e7759858aabefe382e58733c5f8e0 (diff)
export QT_CONFIG instead of CONFIG to .pc files
users need access to the Qt configuration, not some internals of module's build system. Change-Id: Ife3f668282969d444282d57152c11ed0f741076f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/features/qt_module.prf')
-rw-r--r--mkspecs/features/qt_module.prf3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 8dce2634ca..fa3bea35ab 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -172,9 +172,8 @@ win32 {
TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
-# Provides useful info normally only contained in the internal .qmake.cache file
qt_conf.name = qt_config
-qt_conf.variable = CONFIG
+qt_conf.variable = QT_CONFIG
QMAKE_PKGCONFIG_VARIABLES += qt_conf
load(qt_targets)