Changes between Initial Version and Version 1 of Ticket #50249, comment 3


Ignore:
Timestamp:
Feb 23, 2016, 10:22:28 AM (8 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50249, comment 3

    initial v1  
    11Didn't you set `QMAKE_MACOSX_DEPLOYMENT_TARGET=` in the configure.pre_args before? Was there a reason to move it from there to configure.args?
     2
     3Qmake indeed seems to aim to deliver the user of having to specify the appropriate compiler and linker options. On OS X this goes so far as to invoke `xcrun` (and/or similar utilities) to determine where to find the toolchain. Getting qmake to respect `configure.compiler` (`configure.cc`, `configure.cxx` etc) isn't trivial at all in my experience.