diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2012-09-03 15:38:31 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-08 13:36:20 +0200 |
commit | 6a3a234742e4f186dd065e48cb013036d5f7a621 (patch) | |
tree | 8e7132488afa40cbf2386467abee86303e3e031b /mkspecs/linux-llvm | |
parent | 809bc47fad9129b9e2ccd13432299db171d79e1a (diff) | |
download | qtbase-6a3a234742e4f186dd065e48cb013036d5f7a621.tar.gz |
centralize initialization of CONFIG in mkspecs
"CONFIG += qt warn_on release link_prl" is in every single spec (though
for link_prl there is one genuine exception and two apparent omissions).
Change-Id: I72e1e315586af828eefa3b0b70998ab892ec3c1a
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'mkspecs/linux-llvm')
-rw-r--r-- | mkspecs/linux-llvm/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/linux-llvm/qmake.conf b/mkspecs/linux-llvm/qmake.conf index 5b1217b49f..3b7034d1b6 100644 --- a/mkspecs/linux-llvm/qmake.conf +++ b/mkspecs/linux-llvm/qmake.conf @@ -3,7 +3,7 @@ # MAKEFILE_GENERATOR = UNIX -CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index +CONFIG += incremental gdb_dwarf_index QMAKE_INCREMENTAL_STYLE = sublib include(../common/linux.conf) |