diff options
author | con <qtc-committer@nokia.com> | 2009-07-23 11:37:08 +0200 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2009-07-23 11:38:52 +0200 |
commit | 22f4c61945aa4c7fb0b40e212bed121fbd2c03fd (patch) | |
tree | 5702833b741fdc3a801273552a4bf30e7641be4d /src/plugins | |
parent | 6a5205f39c701d50c881a964400401a80b75da36 (diff) | |
download | qt-creator-22f4c61945aa4c7fb0b40e212bed121fbd2c03fd.tar.gz |
Highlight OTHER_FILES in pro editor.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/qt4projectmanager/profilehighlighter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/profilehighlighter.cpp b/src/plugins/qt4projectmanager/profilehighlighter.cpp index 27e2f21f9f..71ae61d049 100644 --- a/src/plugins/qt4projectmanager/profilehighlighter.cpp +++ b/src/plugins/qt4projectmanager/profilehighlighter.cpp @@ -36,7 +36,7 @@ using namespace Qt4ProjectManager::Internal; -#define MAX_VARIABLES 49 +#define MAX_VARIABLES 50 const char *const variables[MAX_VARIABLES] = { "CONFIG", "DEFINES", @@ -56,6 +56,7 @@ const char *const variables[MAX_VARIABLES] = { "OBJECTS", "OBJECTS_DIR", "OBJMOC", + "OTHER_FILES", "PKGCONFIG", "POST_TARGETDEPS", "PRECOMPILED_HEADER", |