summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/ghs-integrity-x86.conf
blob: 5525b8cd1729ff9fa9f93dce632bfcff2969c12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Base qmake configuration for GHS on INTEGRITY
#
MAKEFILE_GENERATOR      = UNIX

QMAKE_PLATFORM          = integrity

include(unix.conf)

include(ghs-base.conf)

QMAKE_CC                = cxint86 -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
QMAKE_CXX               = cxint86 -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
QMAKE_LINK              = $$QMAKE_CXX
QMAKE_AR                = $$QMAKE_CXX -archive -o

load(qt_config)