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:
parent
f64ea6bb22
commit
806693b199
28
src/Info.plist
Normal file
28
src/Info.plist
Normal 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>
|
BIN
src/data/icons/exeicons/qupzilla.icns
Normal file
BIN
src/data/icons/exeicons/qupzilla.icns
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user