+37
−0
package/qt5/qt5base/qt5base-0009-Fixed-mkspecs-devices-linux_device_post.conf-for-non.patch
0 → 100644
+107
−0
Loading
Simplify our custom qmake.conf:
- Include linux_device_{pre,post}.conf to inherit common device
configuration.
- Do not add $(STAGING_DIR)/usr/include to include path. It is
redundant.
In additon to the simplification of code, this change is a preparation
to solve problems occurring when QMAKE_CXX is prepended with ccache path.
Upstream patch is needed by configure to parse device options correctly.
Another upstream patch is needed to remove ARM specific parts from
linux_device_post.conf.
Signed-off-by:
Fatih Aşıcı <fatih.asici@gmail.com>
Acked-by:
Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>