Qt Creator - Deploy and debug generic projects
-
I have imported an external generic project in Qt creator that builds successfully. I would like to be able to deploy it using Qt Creator, but the Files to deploy in the run configuration are set in the .pro file which doesn't exit for a generic project.
So far, I've made a hack with a custom script so that Deploy does a scp of the built executable.
However, this hack prevents remote debugging in Qt.For a start, how to set Files to deploy for a project without a .pro file?