Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Deploying QML library/imports

$
0
0
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

Viewing all articles
Browse latest Browse all 4972

Trending Articles