Qmake, how to manage QML install files?
-
Hello,
I'm wondering if there are any examples of best practices for setting up installing files from a QML/qmake project. I assume that qml and image files would be typically placed in /usr/share/<app>/... and the app would somehow know to look there for the files. Appreciate any pointers if there are examples of how to do this.
Thanks,
Cliff -
Also you can put them into resources.
-
Thanks, that worked very well. For reference, "this page":http://doc.trolltech.com/4.7/qtbinding.html describes putting QML files into an application as resources.
[edit: link highlighted / Denis Kormalev]