qmake.conf 317 B

1234567891011121314151617
  1. #
  2. # qmake configuration for macx-xcode
  3. #
  4. # OS X + Xcode
  5. #
  6. QMAKESPEC = $$dirname(PWD)/$$[QMAKE_XSPEC]
  7. QMAKE_XCODE_SPECDIR = $$PWD
  8. include($$QMAKESPEC/qmake.conf)
  9. MAKEFILE_GENERATOR = XCODE
  10. # The active spec is now the original spec, but we still want
  11. # Xcode specific blocks to be triggered.
  12. CONFIG += macx-xcode