summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-g++-32/Info.plist.lib
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-09-20 13:18:08 -0700
committerJake Petroules <jake.petroules@qt.io>2016-09-21 23:06:20 +0000
commit87ae0bc169149be2688f8cdd1f302eba200ae143 (patch)
tree61b196d66577b810571dc7cc33f56a5117c3510f /mkspecs/macx-g++-32/Info.plist.lib
parent8f06124b70bad709b2f99789f2416529db5f153d (diff)
Remove macx-clang-32 and macx-g++-32 mkspecs
32-bit Qt for macOS is now deprecated. Change-Id: Idda4f4b3d48c58afae3932e7802bcf82cc75d3aa Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Diffstat (limited to 'mkspecs/macx-g++-32/Info.plist.lib')
-rw-r--r--mkspecs/macx-g++-32/Info.plist.lib22
1 files changed, 0 insertions, 22 deletions
diff --git a/mkspecs/macx-g++-32/Info.plist.lib b/mkspecs/macx-g++-32/Info.plist.lib
deleted file mode 100644
index 7cbdb9af12..0000000000
--- a/mkspecs/macx-g++-32/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>