aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/qmakeprojectmanager/profilecompletionassist.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp b/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp
index 94f82eba97f..ec405f67f7c 100644
--- a/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp
+++ b/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp
@@ -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",