aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-05-18 18:07:39 +0200
committerLiang Qi <liang.qi@qt.io>2017-05-25 21:34:26 +0000
commit5236e08cd4ce66184a20172dc71dea084caf0023 (patch)
treec65be78c9def43f4835384332fbff0f73d1375c2 /qt.pro
parenta7dae7420ddee8c4f3c2f6f72787d43c748dacf3 (diff)
make -skip work with configure -redo
the handling of -skip happens outside the usual argument handling, so we need to handle -redo manually as well. Change-Id: I7dcdf729bd9db2ff2ac8dc08bac71462bf30814b Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qt.pro')
-rw-r--r--qt.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt.pro b/qt.pro
index 373b60c9..fad0bcf7 100644
--- a/qt.pro
+++ b/qt.pro
@@ -28,6 +28,8 @@ QT_SKIP_MODULES =
# This is a bit hacky, but a proper implementation is not worth it.
args = $$QMAKE_EXTRA_ARGS
+contains(args, -redo): \
+ args += $$cat($$OUT_PWD/config.opt, lines)
for (ever) {
isEmpty(args): break()
a = $$take_first(args)