aboutsummaryrefslogtreecommitdiff
path: root/baseconfig
diff options
context:
space:
mode:
Diffstat (limited to 'baseconfig')
-rw-r--r--baseconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/baseconfig b/baseconfig
index 7ca05c9..eb05765 100644
--- a/baseconfig
+++ b/baseconfig
@@ -89,3 +89,12 @@ config TESTS
config LLVMLIBCPP
bool "Link against the LLVM C++ standard library"
default n
+
+menu "Workarounds"
+ config QTBUG-62511
+ bool "Use RCC version 1 format"
+ default y
+ help
+ See QTBUG-62511: rcc embeds time in output
+
+endmenu