1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Added Info.plist and icons for Mac. Hopefully closes #126

This commit is contained in:
nowrep 2012-01-05 18:34:44 +01:00
parent f64ea6bb22
commit 806693b199
3 changed files with 35 additions and 2 deletions

28
src/Info.plist Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
<string>@EXECUTABLE@</string>
<key>CFBundleIdentifier</key>
<string>com.qupzilla.QupZilla</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleName</key>
<string>QupZilla</string>
<key>CFBundleDisplayName</key>
<string>QupZilla</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
</dict>
</plist>

Binary file not shown.

View File

@ -24,7 +24,6 @@ win32:DEFINES += W7API
unix:QT += dbus
win32:RC_FILE = appicon.rc
win32:LIBS += User32.lib Ole32.lib Shell32.lib ShlWapi.lib Gdi32.lib ComCtl32.lib
##It won't compile on windows with this define. Some bug in qtsingleapp / qvector template
!win32: !CONFIG(debug, debug|release): DEFINES += QT_NO_DEBUG_OUTPUT
@ -357,10 +356,16 @@ RESOURCES += \
data/data.qrc
OTHER_FILES += \
appicon.rc
appicon.rc \
Info.plist
include(3rdparty/qtsingleapplication.pri)
mac {
QMAKE_INFO_PLIST = Info.plist
ICON = data/icons/exeicons/qupzilla.icns
}
unix {
d_prefix = $$(QUPZILLA_PREFIX)
binary_folder = /usr/bin