aboutsummaryrefslogtreecommitdiffstats
path: root/qt.pro
diff options
context:
space:
mode:
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 b4730fba..af16c6df 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)