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
Marco Bubke
flatpak-qt-creator
Commits
22f4c619
Commit
22f4c619
authored
Jul 23, 2009
by
con
Browse files
Highlight OTHER_FILES in pro editor.
parent
6a5205f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/profilehighlighter.cpp
View file @
22f4c619
...
...
@@ -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"
,
...
...
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