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)