1# This file is loaded by some qmakespecs to get early configuration data. 2 3# Some of these qmakespecs can be used also in host mode, but they are not 4# supposed to be influenced by -device-option then. 5host_build: return() 6 7DEVICE_PRI = $$[QT_HOST_DATA/get]/mkspecs/qdevice.pri 8exists($$DEVICE_PRI):include($$DEVICE_PRI) 9unset(DEVICE_PRI) 10 11# this variable can be persisted via qmake -set CROSS_COMPILE /foo 12isEmpty(CROSS_COMPILE): CROSS_COMPILE = $$[CROSS_COMPILE] 13