summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2011-02-22 16:27:48 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2011-02-22 16:27:48 +0100
commit4b6bffc49f9d39384c0a54acd63e002f0c299af9 (patch)
tree2afa8dbd3c773be38a5ac567553c7522dda1fad0 /qmake/option.h
parentaded88bcc706019e3f18cc4a47682d04725a0f3b (diff)
Add support for the INTEGRITY RTOS build system
Adds mkspecs and a qmake generator for Green Hills .gpj files Merge-request: 1101 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 23be12f1f9..e3ddc9a975 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -156,7 +156,7 @@ struct Option
enum HOST_MODE { HOST_UNKNOWN_MODE, HOST_UNIX_MODE, HOST_WIN_MODE, HOST_MACX_MODE };
static HOST_MODE host_mode;
enum TARG_MODE { TARG_UNKNOWN_MODE, TARG_UNIX_MODE, TARG_WIN_MODE, TARG_MACX_MODE,
- TARG_SYMBIAN_MODE };
+ TARG_SYMBIAN_MODE, TARG_INTEGRITY_MODE };
static TARG_MODE target_mode;
static bool target_mode_overridden;
static QString user_template, user_template_prefix;