vlc | branch: master | Pierre Lamot <[email protected]> | Tue Jun 16 11:59:54 2020 +0200| [d00899991d557e09befa3fba46dc5807f1f7b593] | committer: Pierre Lamot
contrib: qt: compile qmlcachegen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d00899991d557e09befa3fba46dc5807f1f7b593 --- contrib/src/qtdeclarative/rules.mak | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/src/qtdeclarative/rules.mak b/contrib/src/qtdeclarative/rules.mak index 7bcaae8c97..a0520733d5 100644 --- a/contrib/src/qtdeclarative/rules.mak +++ b/contrib/src/qtdeclarative/rules.mak @@ -33,11 +33,13 @@ QT_DECLARATIVE_CONFIG := \ cd $</src && $(PREFIX)/lib/qt5/bin/qmake -o Makefile src.pro # Build & install only what we require # Invoke the build rules one at a time as some rule dependencies seem to be broken - cd $< && $(MAKE) -C src sub-quick-make_first-ordered + cd $< && $(MAKE) -C src sub-quick-make_first-ordered sub-qmldevtools-make_first-ordered # We don't use particles, but the import target (which generates the qtquick2plugin.a) require # the particle module to be built cd $< && $(MAKE) -C src sub-particles-make_first-ordered cd $< && $(MAKE) -C src sub-quick-install_subtargets sub-qml-install_subtargets sub-quickwidgets-install_subtargets sub-imports-install_subtargets + cd $</tools && $(PREFIX)/host/bin/qmake -o Makefile tools.pro + cd $< && $(MAKE) -C tools sub-qmlcachegen-install_subtargets $(SRC)/qt/AddStaticLink.sh "$(PREFIX)" Qt5Quick qml/QtQuick.2 qtquick2plugin $(SRC)/qt/AddStaticLink.sh "$(PREFIX)" Qt5Quick qml/QtQuick/Layouts qquicklayoutsplugin $(SRC)/qt/AddStaticLink.sh "$(PREFIX)" Qt5Quick qml/QtQuick/Window.2 windowplugin _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
