Including all necessary files in deployment package
Unsolved
General and Desktop
-
I like to create a package from my qt project for deploying and running on a remote embedded linux device. I followed these instructions and add a create tarball step. The tarbal is created but it only contains the C++ portion of my application. I assume to have a successfull deployment I will at least need all the qml files in my project as well. Whn I look at the list of paths that are included in the Run Settings, I do not see the paths to QML files. How can I ensure all the necessary files for running my application are included in the deployment package?