summaryrefslogtreecommitdiffstats
path: root/classes/qmake5_paths.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* qt5: change Qt include pathSamuli Piippo2016-02-181-0/+52
When Qt include path is set to /usr/include, host_build will incorrectly include other system headers from the sysroot. To correct this, move Qt include path to /usr/include/qt5, by overriding qmake5_paths.bbclass in our layer. The bblayer order needs to be changed for the correct bbclass to be used. Change-Id: Ie01371662ea0f4718275708a88fb5d301c62fdf7 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>