From 0bbeb40e82dfbf98a09f3b32f042dfe34a2820c9 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 9 Mar 2012 15:23:39 +0100 Subject: mkspecs: don't forget to add 'qnx' when building for x86 When building for the QNX/x86 target, we forgot to add the 'qnx' tag to CONFIG. This causes failures when third-party libraries using qmake try to scope on qnx. This change mirrors what's in the ARM target. Change-Id: I28e1df4d8636385c5555a2bb4087d26a8a9b4220 Reviewed-by: Andreas Holzammer Reviewed-by: Sean Harmer Reviewed-by: Rafael Roquetto Reviewed-by: Mark Brand Reviewed-by: Robin Burchell --- mkspecs/unsupported/qnx-x86-qcc/qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/unsupported/qnx-x86-qcc/qmake.conf b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf index fc7e4b4..edf5ae6 100644 --- a/mkspecs/unsupported/qnx-x86-qcc/qmake.conf +++ b/mkspecs/unsupported/qnx-x86-qcc/qmake.conf @@ -5,7 +5,7 @@ MAKEFILE_GENERATOR = UNIX TARGET_PLATFORM = unix TEMPLATE = app -CONFIG += qt warn_on release link_prl +CONFIG += qt warn_on release link_prl qnx QT += core gui include(../../common/g++-unix.conf) -- cgit v0.12