fix qt5quick2-qml-models
authorMirko Vogt <mirko-dev@nanl.de>
Wed, 23 Nov 2016 13:57:06 +0000 (14:57 +0100)
committerMirko Vogt <mirko-dev@nanl.de>
Wed, 23 Nov 2016 13:57:06 +0000 (14:57 +0100)
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