From aa2b461be4cb045c770b52be71a728f8bc1e0dc1 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Tue, 12 Aug 2014 01:45:29 -0500 Subject: Make qmake play well with Mac builds Includes .plist and .icns files automatically now. --- quacker/Info.plist | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 quacker/Info.plist (limited to 'quacker/Info.plist') diff --git a/quacker/Info.plist b/quacker/Info.plist new file mode 100644 index 0000000..1457a7e --- /dev/null +++ b/quacker/Info.plist @@ -0,0 +1,22 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + quacker.icns + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + ???? + CFBundleExecutable + quacker + CFBundleIdentifier + com.yourcompany.quacker + NOTE + This file was generated by Qt/QMake. + + -- cgit v1.2.3