fix qt5quick2-qml-models
[feed/video.git] / frameworks / qt5quick2 / Makefile
index 907e3dd4886853aae9f5706c9591dd0d3331378e..c4caf0dbfcfcccaaef1142989bb8584240931385 100644 (file)
@@ -82,6 +82,7 @@ endef
 define Package/qt5quick2-qml-models
   $(call Package/qt5quick2/Default)
   TITLE+=QML models
+  DEPENDS+=+qt5quick2-qml
 endef
 
 define Package/qt5quick2-qml-folderlistmodel
@@ -184,7 +185,7 @@ define Package/qt5quick2-qml-statemachine/install
 endef
 
 define Package/qt5quick2-qml-models/install
-       $(call Build/Install/QMLplugin,$(1),QtQML/StateMachine,*)
+       $(call Build/Install/QMLplugin,$(1),QtQml/Models.2,*)
 endef
 
 define Package/qt5quick2-qml-folderlistmodel/install