I have now managed to create a QML plugin and some imports. My imports folder structure looks like this:
imports/Bla/<some qml files>
imports/Blu/<qml lib>
imports/Blu/Foo/<some qml files>
How can use this lib and imports to deploy it with my application? I know there is the QML_IMPORT_PATH variable, however, it is only for Qt Creator to find the files. How can I tell qmake to bundle the libraries with the binary (or to but it in the same output folder)?
Regards
Alexander
↧