summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatiana Borisova <tatiana.borisova@qt.io>2021-08-25 17:56:49 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-27 05:25:54 +0000
commit84335532be0717e31e0161464ff337bc726564e9 (patch)
tree5543181e0c8c371c980326cbab3b9805e40d8eca
parent7b1bcec3dc65969a2f2dd3c46f6e5c0a5c604747 (diff)
Check QMake support for building apps on INTEGRITY
-Add integrity QMAKE_* paths for SA8155P device Task-number: QTBUG-95671 Change-Id: Ife60cf2db74bfd0c47103e2dd6aaa73609d856d2 Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io> (cherry picked from commit 664a7947beb0a48990406f04ef50d28b6291f860) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--mkspecs/devices/integrity-armv8-SA8155P/qmake.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf b/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf
index 892619cb37..42e4fe3cd7 100644
--- a/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf
+++ b/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf
@@ -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