Before you can deploy a built Qt project to another machine you need to be able to build it. You have not got that far yet.
cd /path to my application
make clean // no problems here
qmake -config release //I get a long list of information that I don't know how to use I only whant to make some sort installation to run this esay project on another machine
cd /path to my application
make clean // no problems here
qmake -config release //I get a long list of information that I don't know how to use I only whant to make some sort installation to run this esay project on another machine
To copy to clipboard, switch view to plain text mode
You get that result when there is no PRO file in the current directory for qmake to process, or there is more than one and you have not named the PRO file to process.
When you have successfully built your project then you can look to deployment.
Bookmarks