summaryrefslogtreecommitdiffstats
path: root/tools/qmake/mkspecs/features/configure.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-10-20 19:45:22 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-11-08 22:27:09 +0000
commit95da2313197aafc06cc6cb3ab730e8d036fb2895 (patch)
tree5f08f8c5b67c967ede62d79ff81217ff9b23a3f7 /tools/qmake/mkspecs/features/configure.prf
parentc15c0f5620a15996f4d178e628f5bd401ab34279 (diff)
move invocation of (old style) configuration to top-level project
there doesn't appear to be a reason for magically invoking the configuration from default_pre/post, and it would cause problems further down the line with the new configure system. Change-Id: I3cf743a444e96bb397116f2ad4dce923f57aacfc Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tools/qmake/mkspecs/features/configure.prf')
-rw-r--r--tools/qmake/mkspecs/features/configure.prf4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf
index 012f44558..675787bcf 100644
--- a/tools/qmake/mkspecs/features/configure.prf
+++ b/tools/qmake/mkspecs/features/configure.prf
@@ -83,11 +83,7 @@ defineTest(runConfigure) {
export(WEBENGINE_CONFIG)
}
}
-}
-# This is called from default_post, at which point we've also parsed
-# command line options
-defineTest(finalizeConfigure) {
unix:!darwin {
log("System library dependencies:$${EOL}")
use?(system_icu) {