summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/ghs-integrity-armv7.conf
blob: f678edb9584ea535c472340aabab1d2023edb420 (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                = cxintarm -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
QMAKE_CXX               = cxintarm -bsp $$(INTEGRITY_BSP) -os_dir $$(INTEGRITY_DIR) -non_shared
QMAKE_LINK              = $$QMAKE_CXX
QMAKE_AR                = $$QMAKE_CXX -archive -o

load(qt_config)