From 80439fbd823e9b6922b1dd9ff45824ec9a49ef2c Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 23 Oct 2012 21:06:08 +0200 Subject: move invariant CONFIG flags out of the configures we now have qt_build_config.prf which can contain static code. Change-Id: I3f0ae142fdc5ffb4e1d25e628e809ba15b5f0ac4 Reviewed-by: Joerg Bornemann --- mkspecs/features/qt_build_config.prf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkspecs') diff --git a/mkspecs/features/qt_build_config.prf b/mkspecs/features/qt_build_config.prf index 01605da5e8..786275dd8a 100644 --- a/mkspecs/features/qt_build_config.prf +++ b/mkspecs/features/qt_build_config.prf @@ -25,6 +25,8 @@ mac { } } +CONFIG += create_prl link_prl no_private_qt_headers_warning QTDIR_build + # Qt modules get compiled without exceptions enabled by default. # However, testcases should be still built with exceptions. CONFIG += exceptions_off testcase_exceptions -- cgit v1.2.3