Qt 6.11 is out! See what's new in the release
blog
What's the equivalent of "Install Debian package to sysroot" for the Qt Simulator?
Mobile and Embedded
2
Posts
1
Posters
2.2k
Views
1
Watching
-
I'm using QtCreator to develop a Qt Quick app that uses a plugin. When I run it under the Qt Simulator, the QML runtime can't find the plugin because it's not installed in $QT_DIR/imports/com/$WHATEVER. What's the best way to put my library and its qmldir file there?
I've tried adding a Custom Process Step to the Deployment part of the Run Settings for Qt Simulator. Putting Linux shell commands in the command field didn't work ("Could not start process"). Putting "/bin/sh" in the command field and the name of a shell script in the command arguments field didn't work, either. It thinks at QT_DIR is undefined or the empty string.