Skip to content
Snippets Groups Projects
  • Samuli Piippo's avatar
    878f7866
    qt5: change Qt include path · 878f7866
    Samuli Piippo authored
    
    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: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
    878f7866
    History
    qt5: change Qt include path
    Samuli Piippo authored
    
    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: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>