diff options
author | Kalle Viironen <kalle.viironen@digia.com> | 2012-02-08 13:05:43 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-23 15:49:06 (GMT) |
commit | 1764405a490873f18de302e6816c672b88179baa (patch) | |
tree | 67dc58659ebf9fbc3ccf6ca35fb96369d2ec3b30 /mkspecs/qws/integrity-x86-cx86/qmake.conf | |
parent | 1d9c7af9fb8391babe6cab70692c43d8f123d047 (diff) | |
download | Qt-1764405a490873f18de302e6816c672b88179baa.zip Qt-1764405a490873f18de302e6816c672b88179baa.tar.gz Qt-1764405a490873f18de302e6816c672b88179baa.tar.bz2 |
INTEGRITY mkspecs update
Modifies existing structure of INTEGRITY mkspecs to be more clear and
adds a new mkspec for INTEGRITY x86 target. This also moves mkspecs
to supported folder as this is the case in 4.8.x.
Task-number: QTBUG-24153
Change-Id: Iae893c20f88050040f7686ab2ab272c1d1af22bb
Reviewed-by: Rolland Dudemaine <rolland@ghs.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/qws/integrity-x86-cx86/qmake.conf')
-rw-r--r-- | mkspecs/qws/integrity-x86-cx86/qmake.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mkspecs/qws/integrity-x86-cx86/qmake.conf b/mkspecs/qws/integrity-x86-cx86/qmake.conf new file mode 100644 index 0000000..b7de73b --- /dev/null +++ b/mkspecs/qws/integrity-x86-cx86/qmake.conf @@ -0,0 +1,12 @@ +# +# qmake configuration for integrity-ghs +# + +INTEGRITY_DIR = /enter/your/path/to/INTEGRITY +INTEGRITY_BSP = enter_your_bsp_name_here +QMAKE_CC = ccint86 +QMAKE_CXX = cxint86 +QMAKE_LINK = cxint86 +QMAKE_LINK_SHLIB = cxint86 +include(../../common/ghs-base-integrity.conf) + |