mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
Added document icon for Mac (Mirco Chinelli)
This commit is contained in:
parent
7f71e3981e
commit
efe1655834
BIN
src/Icons/qBitTorrentDocument.icns
Normal file
BIN
src/Icons/qBitTorrentDocument.icns
Normal file
Binary file not shown.
@ -10,7 +10,7 @@
|
|||||||
<string>torrent</string>
|
<string>torrent</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleTypeIconFile</key>
|
<key>CFBundleTypeIconFile</key>
|
||||||
<string>qbittorrentDocument</string>
|
<string>qBitTorrentDocument</string>
|
||||||
<key>CFBundleTypeName</key>
|
<key>CFBundleTypeName</key>
|
||||||
<string>BitTorrent Document</string>
|
<string>BitTorrent Document</string>
|
||||||
<key>CFBundleTypeMIMETypes</key>
|
<key>CFBundleTypeMIMETypes</key>
|
||||||
|
@ -76,6 +76,10 @@ macx {
|
|||||||
INCLUDEPATH += /usr/local/include/libtorrent /usr/include/openssl /usr/include /opt/local/include/boost /opt/local/include
|
INCLUDEPATH += /usr/local/include/libtorrent /usr/include/openssl /usr/include /opt/local/include/boost /opt/local/include
|
||||||
LIBS += -ltorrent-rasterbar -lcrypto -L/opt/local/lib -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -framework Cocoa
|
LIBS += -ltorrent-rasterbar -lcrypto -L/opt/local/lib -lboost_system-mt -lboost_filesystem-mt -lboost_thread-mt -framework Cocoa
|
||||||
|
|
||||||
|
document_icon.path = Contents/Resources
|
||||||
|
document_icon.files = Icons/qBitTorrentDocument.icns
|
||||||
|
|
||||||
|
QMAKE_BUNDLE_DATA += document_icon
|
||||||
ICON = Icons/qbittorrent_mac.icns
|
ICON = Icons/qbittorrent_mac.icns
|
||||||
QMAKE_INFO_PLIST = Info.plist
|
QMAKE_INFO_PLIST = Info.plist
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user