[SOLVED] Help with Kit specific configuration please
-
wrote on 11 Feb 2015, 18:06 last edited by
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 -
wrote on 11 Feb 2015, 19:09 last edited by
Check out this page http://qt-project.org/doc/qt-4.8/qmake-advanced-usage.html
-
wrote on 12 Feb 2015, 11:26 last edited by
Thank you t3685. I found my answer in "link":http://stackoverflow.com/questions/18104716/how-to-specify-libraries-only-for-android-platform-build-in-pro-file for anybody in future :).
-
wrote on 13 Feb 2015, 12:47 last edited by
I see some of the posts marked as solved. But cant find how! How do I mark this thread as solved?
-
Hi,
[quote author="tonysonney" date="1423831654"]I see some of the posts marked as solved. But cant find how! How do I mark this thread as solved?[/quote]It's currently a manual process: Go to your original post, click "Edit", and add "[SOLVED]" to your title.
-
wrote on 13 Feb 2015, 13:58 last edited by
Oh, I see. Thank you.
1/6