summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-02-04 12:13:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-06 14:21:44 +0100
commitbf915eeea29a482712c2d479d6cc1625315ec5f8 (patch)
treea15702910e7cf0116f96c51c267dd708776e91a3 /mkspecs
parent6944c012001dc3ad9956945934662d5621b11dc2 (diff)
export QT_CONFIG only in Qt5Core.pc
there is no point in duplicating the information in every module. host_bins is exported only here as well. Change-Id: I2f816e1cade9761a2c0d97c7ca1c90293095bfb1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_module.prf4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index fa3bea35ab..4d533d165c 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -172,10 +172,6 @@ win32 {
TARGET = $$qtLibraryTarget($$TARGET$$QT_LIBINFIX) #do this towards the end
-qt_conf.name = qt_config
-qt_conf.variable = QT_CONFIG
-QMAKE_PKGCONFIG_VARIABLES += qt_conf
-
load(qt_targets)
win32:DEFINES+=_USE_MATH_DEFINES