From a218628a6fa74bafbfaffb628d15dad77bc418e9 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 13 Nov 2013 12:16:02 +0200 Subject: [PATCH] Qmake: Highlight CLEAN_DEPS Change-Id: I5450a4a099c705eea8c1fa110d3d3ad67bdf1ab4 Reviewed-by: Oswald Buddenhagen Reviewed-by: Daniel Teske --- src/plugins/qmakeprojectmanager/profilecompletionassist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp b/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp index b08f5fae68e..f10a6982862 100644 --- a/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp +++ b/src/plugins/qmakeprojectmanager/profilecompletionassist.cpp @@ -38,6 +38,7 @@ using namespace TextEditor; static const char *const variableKeywords[] = { "CCFLAG", + "CLEAN_DEPS", "CONFIG", "DEFINES", "DEF_FILE",