Hi guys
I am quite new to Qt and I am having some basic problems. Sorry to ask trivial questions. I am working on project called seforta. When I created the project with Qt creator two new folders have been created: 1) seforta and 2) build-seforta-Desktop_Qt_5_0_2_GCC_64bit-Debug
If I run the project through Qt creator everything works fine. Now it’s time to distribute the software. How can I do? In the seforta folder I have all my .cpp, .h and the .pro files. At the beginning I just entered the seforta folder and run qmake in order to have a Makefile created and then make all. The executable seferta was created. If I try to launch this executable wierd behaviour are observed and a segmentation fault error is released at some point. When I came back to Qt creator and rebuild I got an error QtGui/QtAction not such file. Copying all the files from the build-seforta-Desktop_Qt_5_0_2_GCC_64bit-Debug folder to the seforta folder (and therefore replacing all the files created upon running qmake a make all in this folder) solved the problem. Sorry! I know! I did quite a mess.
Anyway now I have my project working from Qt creator and all the source files in the seforta folder. Let’s say I want to compile the software on a different computer which file should I move and what to do in order to compile the software in this new computer?
Thanks a lot for your help
↧