Make Qt less smart about cross-toolchain detection and pkgconfig
authorMirko Vogt <mirko-dev@nanl.de>
Tue, 24 Jan 2017 19:00:38 +0000 (20:00 +0100)
committerMirko Vogt <mirko-dev@nanl.de>
Tue, 24 Jan 2017 19:00:38 +0000 (20:00 +0100)
commit28c376c9a85e2506f37709ef3c6c653fe3397302
tree7997bc162a20eb6216b4edc235de4f46f4139466
parenteef8974950e0bf798a7d8c1e6dd3d1b2e21277d3
Make Qt less smart about cross-toolchain detection and pkgconfig

When using the pkgconfig macros inside qmake
project files, qmake silently returns since it
detects being run inside a cross-toolchain and
pkgconfig normally doesn't work as expected in
such an environment.

However we patched pkgconfig to work inside
OpenWrt / LEDE (pkgconfig.real), so stop Qt
failing for qmake projects using pkgconfig.
frameworks/qt5base/patches/001-fix-pkgconfig-xcompile-detection.patch