I have a Qt codebase shared between two development machines. One is OSX 10.8.5 and one is OSX 10.9.5.
The project won't compile on 10.9.5 unless I include:
QMAKE_MAC_SDK = macosx10.9
and thus I have two .pro files, one with/without that line. How can I have the .pro file conditionally include that line depending on the version of Mac OSX detected?
I recently found some info on that and it appears to be doable (applied once) with:
Answering Tay2510, for some reason only full string worked on Linux: