Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
a3aebc74
Commit
a3aebc74
authored
Sep 15, 2009
by
dt
Browse files
Highlight CCFLAGS and INSTALLS and STATECHARTS in .pro files.
parent
b5dbcee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/profilehighlighter.cpp
View file @
a3aebc74
...
...
@@ -36,8 +36,9 @@
using
namespace
Qt4ProjectManager
::
Internal
;
#define MAX_VARIABLES 5
0
#define MAX_VARIABLES 5
3
const
char
*
const
variables
[
MAX_VARIABLES
]
=
{
"CCFLAG"
,
"CONFIG"
,
"DEFINES"
,
"DEF_FILE"
,
...
...
@@ -49,6 +50,7 @@ const char *const variables[MAX_VARIABLES] = {
"FORMS"
,
"HEADERS"
,
"INCLUDEPATH"
,
"INSTALLS"
,
"LEXSOURCES"
,
"LIBS"
,
"MAKEFILE"
,
...
...
@@ -71,6 +73,7 @@ const char *const variables[MAX_VARIABLES] = {
"RES_FILE"
,
"SOURCES"
,
"SRCMOC"
,
"STATECHARTS"
,
"SUBDIRS"
,
"TARGET"
,
"TARGET_EXT"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment