forked from qt-creator/qt-creator
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:
committed by
Michael Möllney
parent
c7b7fde2bf
commit
3627f311f3
@@ -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",
|
||||
|
Reference in New Issue
Block a user