diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-18 12:20:56 (GMT) |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-18 15:43:55 (GMT) |
commit | be5a6dd0907f2ea635327ea21a01ebea9b894c6b (patch) | |
tree | 44831b37824a7223013c19f060beb4b3523ed406 /demos/symbianpkgrules.pri | |
parent | 0290b2aaff20f6c3f80b29d382e21e5dd39a08eb (diff) | |
download | Qt-be5a6dd0907f2ea635327ea21a01ebea9b894c6b.zip Qt-be5a6dd0907f2ea635327ea21a01ebea9b894c6b.tar.gz Qt-be5a6dd0907f2ea635327ea21a01ebea9b894c6b.tar.bz2 |
qmake: Add support for Clang-style precompiled headers
The config option clang_pch_style will ensure that QMAKE_PCH_OUTPUT_BASE
will not have QMAKE_PCH_OUTPUT_EXT appended, but instead the final output
file QMAKE_PCH_OUTPUT will have the QMAKE_PCH_OUTPUT_EXT included.
Without clang_pch_style:
QMAKE_PCH_OUTPUT_BASE = .pch/debug-shared/QtCore.gch
QMAKE_PCH_OUTPUT = .pch/debug-shared/QtCore.gch/c++
With clang_pch_style:
QMAKE_PCH_OUTPUT_BASE = .pch/debug-shared/QtCore
QMAKE_PCH_OUTPUT = .pch/debug-shared/QtCore/c++.gch
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
Diffstat (limited to 'demos/symbianpkgrules.pri')
0 files changed, 0 insertions, 0 deletions