summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native_git.bb
blob: c69b631a8e8c99b6031d269afb787cf1e05074e1 (plain)
1
2
3
4
5
6
7
8
9
10
require qt5-git.inc
require ${PN}.inc

do_install_append() {
    # for modules which are still using syncqt and call qtPrepareTool(QMAKE_SYNCQT, syncqt)
    # e.g. qt3d, qtwayland
    ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt
}

SRCREV = "000ee3d503906c2c20f789b6b9dd95b8647405d0"