summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Moellney <mail@michaelmoellney.de>2015-05-30 00:00:01 +0200
committerMichael Möllney <mail@michaelmoellney.de>2015-06-01 20:24:24 +0000
commit3627f311f3a7dac92ad0aba149c1a1b207885db4 (patch)
tree3e712ef1ad35b7f0c50ede48c89bb418880248b7
parentc7b7fde2bf1dc4d60e248c63368fb43154b0455b (diff)
downloadqt-creator-3627f311f3a7dac92ad0aba149c1a1b207885db4.tar.gz
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>
-rw-r--r--src/plugins/qmakeprojectmanager/profilecompletionassist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp b/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp
index d83a5d5fc1..36407376d4 100644
--- a/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp
+++ b/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp
@@ -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",