From e6bf2376697975313b7ccd3f9bcebb869bb0b04c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 27 Mar 2017 10:54:59 +0200 Subject: Make build ABI available as qmake variable This is needed to encode the correct ABI into the generated qml caches. It is identical with the return value of QSysInfo::buildAbi(). Change-Id: I2d581b22326da4220f412ab4f517156f4ba31897 Reviewed-by: Oswald Buddenhagen Reviewed-by: Thiago Macieira Reviewed-by: Lars Knoll --- config.tests/arch/arch.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.tests/arch/arch.cpp') diff --git a/config.tests/arch/arch.cpp b/config.tests/arch/arch.cpp index f99c5ca118..bb3efec177 100644 --- a/config.tests/arch/arch.cpp +++ b/config.tests/arch/arch.cpp @@ -284,8 +284,12 @@ const char msg2[] = "==Qt=magic=Qt== Sub-architecture:" #endif ""; +extern const char msg3[]; +const char msg3[] = "==Qt=magic=Qt== Build-ABI:" ARCH_FULL; + int main() { puts(msg); puts(msg2); + puts(msg3); } -- cgit v1.2.3