summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++42/Info.plist.dSYM.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete mkspecs for macOS targetsJake Petroules2016-08-231-18/+0
| | | | | | | | | | macx-g++40 and macx-g++42 refer to very old versions of GCC that virtually no one should be using, and macx-llvm refers to the transitionary LLVM-GCC toolchain that is long gone from Xcode. Change-Id: Id22ea417515b257babc5ad2a60c8f1fb6d6d1956 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io> Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* qmake: Add support for separate debug info on Apple platforms.Jake Petroules2016-04-141-0/+18
This makes the -separate-debug-info configure optional functional, which generates dSYM debug info bundles for Qt libraries on Apple platforms. Task-number: QTBUG-37952 Done-with: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Change-Id: Ia247674740bf450130a15db926df07fa9007e2ca Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>