QMake: highlight REPC qmake variables in pro files

Fixes: QTCREATORBUG-24346
Change-Id: I07b8533b58233f15224341d1e9544f21a4fc2047
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2020-07-14 11:18:13 +02:00
parent b4d5ab2fb5
commit 2ad3a02150

View File

@@ -208,6 +208,7 @@ const TextEditor::Keywords &QmakeProjectManager::Internal::qmakeKeywords()
"QMAKE_RUN_CXX_IMP",
"QMAKE_TARGET",
"QMAKE_UIC",
"QOBJECT_REP",
"QT",
"QTPLUGIN",
"QT_MAJOR_VERSION",
@@ -216,6 +217,9 @@ const TextEditor::Keywords &QmakeProjectManager::Internal::qmakeKeywords()
"QT_VERSION",
"RCC_DIR",
"RC_FILE",
"REPC_MERGED",
"REPC_REPLICA",
"REPC_SOURCE",
"REQUIRES",
"RESOURCES",
"RES_FILE",