1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
diff --git a/features/lomiri_qt_module.prf b/features/lomiri_qt_module.prf
index a55ffe213..89c3be5c7 100644
--- a/features/lomiri_qt_module.prf
+++ b/features/lomiri_qt_module.prf
@@ -8,7 +8,7 @@ CONFIG += git_build
# Make sure our public headers compile with extra warnings and strict Qt
# options. Must be set before loading qt_module. Requires qt_module_headers to
# be loaded after qt_module.
-CONFIG += headersclean
+#CONFIG += headersclean
load(qt_module)
load(qt_module_headers)
|