forked from qt-creator/qt-creator
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user