Skip to content
Snippets Groups Projects
Commit a3aebc74 authored by dt's avatar dt
Browse files

Highlight CCFLAGS and INSTALLS and STATECHARTS in .pro files.

parent b5dbcee3
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,9 @@
using namespace Qt4ProjectManager::Internal;
#define MAX_VARIABLES 50
#define MAX_VARIABLES 53
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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment