Add profile completion keyword VERSION_PE_HEADER

qmake of Qt 5.5 introduces a new predefined variable
VERSION_PE_HEADER. It was not part of the known keywords
for the qmake profile editor.
This patch adds VERSION_PE_HEADER.

Change-Id: Iae671d89ff623c4062da621e571769df736fa6d3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
M. Moellney
2015-05-30 00:00:01 +02:00
committed by Michael Möllney
parent c7b7fde2bf
commit 3627f311f3

View File

@@ -225,6 +225,7 @@ static const char *const variableKeywords[] = {
"UI_HEADERS_DIR",
"UI_SOURCES_DIR",
"VERSION",
"VERSION_PE_HEADER",
"VER_MAJ",
"VER_MIN",
"VER_PAT",