diff options
author | Alessandro Portale <[email protected]> | 2010-07-04 09:52:17 +0200 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2010-07-04 09:52:17 +0200 |
commit | 44e48d6de5e72223a310c7319bc77ce2b3d817b2 (patch) | |
tree | 71ac023674b634dffa51ec6e22eb9037b4029b77 /src/plugins | |
parent | 04703167580975a620bf7ecb256d2d3baae2f3fd (diff) |
Add variable "MOBILITY" to be highlighted.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/qt4projectmanager/profilehighlighter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qt4projectmanager/profilehighlighter.cpp b/src/plugins/qt4projectmanager/profilehighlighter.cpp index 9da8a8d897c..ff9f9632fc1 100644 --- a/src/plugins/qt4projectmanager/profilehighlighter.cpp +++ b/src/plugins/qt4projectmanager/profilehighlighter.cpp @@ -55,6 +55,7 @@ const char *const variables[] = { "LEXSOURCES", "LIBS", "MAKEFILE", + "MOBILITY", "MOC_DIR", "OBJECTIVE_HEADERS", "OBJECTIVE_SOURCES", |