Deploying application written in Qt
-
Hi,
I try deploy my application using cqtdeployer :
https://github.com/QuasarApp/CQtDeployer
So I:
- I created new directory and copy to them executable file my app (from *Release directory)
- Inside above directory I open the terminal and execute this command:
cqtdeployer -bin ModbusExample -qmake /home/developer/Qt5.12.12/5.12.12/gcc_64/bin/qmake -qmlDir /home/Documents/qtProj/ModbusExample
- The cqtdeployer created files like below:
but without qml files, why?
Any ideas? -
Everything works. I had mistake in path.