fix place of "qnx" in $$QMAKE_PLATFORM

it must come first, as it is most specific.

an alternative fix would be re-organizing the includes, but that
requires a lot more effort to get right.

Change-Id: I1526a3c966f3dc3f3df1efc00ec271d333ed7ebf
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2015-09-30 11:05:23 +02:00
parent 939dc77656
commit 1ebce824c4

View File

@ -4,7 +4,7 @@
include(qcc-base.conf)
QMAKE_PLATFORM += qnx
QMAKE_PLATFORM = qnx $$QMAKE_PLATFORM
#Choose qnx QPA Plugin as default
QT_QPA_DEFAULT_PLATFORM = qnx