I have setup QT 5.4 and am using QT creator 3.3 which makes my life a lot more easier. So I have set up the creator to run for both Android and Desktop.
The problem (rather pain) I have is, I have to modify my project (*.pro) file for each build. For example, if I am building for Android, I have to modify the project.pro file to point to arm libraries rather than the x86 linux libraries for PC. This changes needs to be reverted when I build for PC. Is there a flag or MACRO, I can use within the *.pro file to choose the libraries based on platform?
Many Thanks,
Tony
↧