Check QMake support for building apps on INTEGRITY
-Add integrity QMAKE_* paths for SA8155P device Task-number: QTBUG-95671 Pick-to: 6.2 Change-Id: Ife60cf2db74bfd0c47103e2dd6aaa73609d856d2 Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io>bb10
parent
b3c0537404
commit
664a7947be
|
|
@ -6,6 +6,10 @@ load(device_config)
|
|||
|
||||
include(../../common/ghs-integrity-armv8.conf)
|
||||
|
||||
QMAKE_CFLAGS = --signed_fields --no_commons --diag_suppress=1,82,228,236,381,611,961,997,1795,1931,1974,3148 --defer_parse_function_templates --exceptions
|
||||
QMAKE_CXXFLAGS = $$QMAKE_CFLAGS --no_implicit_include --link_once_templates -non_shared --new_outside_of_constructor --c++17
|
||||
QMAKE_LFLAGS += --thread_local_storage --exceptions
|
||||
|
||||
QT_QPA_DEFAULT_PLATFORM = eglfs
|
||||
EGLFS_DEVICE_INTEGRATION = eglfs_openwfd
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue