mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-17 04:31:54 +02:00
* patches will now be closer to 5.1.0 release Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
302 B
BlitzBasic
11 lines
302 B
BlitzBasic
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, qtjsondb, qtwayland
|
|
ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt
|
|
}
|
|
|
|
SRCREV = "bd1dc60d6555a901fb3005273d7a86efe470739a"
|