diff options
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) + |