summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++40/Info.plist.lib
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-08-22 11:05:02 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-23 17:32:28 +0000
commit3379dc4c83af3a57a4dcf9578211399c1fa7d011 (patch)
tree37687071b5a89fa9cf11fe7669aebbf98cafd282 /mkspecs/macx-g++40/Info.plist.lib
parentde2b626b348e5e5c65efb234fe607ee1c5f8cda6 (diff)
Remove obsolete mkspecs for macOS targets
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>
Diffstat (limited to 'mkspecs/macx-g++40/Info.plist.lib')
-rw-r--r--mkspecs/macx-g++40/Info.plist.lib22
1 files changed, 0 insertions, 22 deletions
diff --git a/mkspecs/macx-g++40/Info.plist.lib b/mkspecs/macx-g++40/Info.plist.lib
deleted file mode 100644
index 7cbdb9af12..0000000000
--- a/mkspecs/macx-g++40/Info.plist.lib
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>@SHORT_VERSION@</string>
- <key>CFBundleVersion</key>
- <string>@FULL_VERSION@</string>
- <key>CFBundleGetInfoString</key>
- <string>Created by Qt/QMake</string>
- <key>CFBundleSignature</key>
- <string>@TYPEINFO@</string>
- <key>CFBundleExecutable</key>
- <string>@LIBRARY@</string>
- <key>CFBundleIdentifier</key>
- <string>@BUNDLEIDENTIFIER@</string>
- <key>NOTE</key>
- <string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
-</dict>
-</plist>