Thread
:
QML dependencies
View Single Post
Slocan
2011-02-25 , 18:47
Posts: 324 | Thanked: 371 times | Joined on Dec 2009 @ Vancouver, BC
#
2
The QT Quick compatibility plugin 1.0 allows you to use "import QtQuick 1.0" at the top of your QML files. Otherwise, you need to use the "old" standard of "import Qt 4.7". Sounds like you do the former, so if you don't have the plugin installed, your QML files can't be loaded and the app doesn't start properly.
So, you need to add that plugin to the dependencies in the debian/control file, as you tried to do. But you probably put it at the wrong place when you tried, or had a typo.
Quote & Reply
|
The Following 2 Users Say Thank You to Slocan For This Useful Post:
alynsparkes
,
attila77
Slocan
View Public Profile
Send a private message to Slocan
Find all posts by Slocan