83ebd5168f
Targets (xplatform) include integrity-armv7 and integrity-x86. [ChangeLog][Platform Specific Changes] Added support for INTEGRITY RTOS. Change-Id: If7827791e0a977ff198cb99e9dcc684a010bbb81 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
18 lines
460 B
Plaintext
18 lines
460 B
Plaintext
#
|
|
# 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)
|