I have created a new Qt project from the QtGui tempate, and I want to deploy it to a remote device. How do I specify that I want the executable to be deployed? In the run settings, I just get told "Don't know what to run."
Is there something I need to specify in my pro file?
Fixed it with this in my pro file:
target.path = /opt/$${TARGET}/bin
INSTALLS += target
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With