Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
625 B
16 lines
625 B
PREFIX = /usr/local |
|
BINDIR = /usr/local/bin |
|
DATADIR = /usr/local/share |
|
|
|
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 -framework Carbon |
|
|
|
document_icon.path = Contents/Resources |
|
document_icon.files = Icons/qBitTorrentDocument.icns |
|
|
|
QMAKE_BUNDLE_DATA += document_icon |
|
ICON = Icons/qbittorrent_mac.icns |
|
QMAKE_INFO_PLIST = Info.plist |
|
|
|
DEFINES += WITH_GEOIP_EMBEDDED |
|
message("On Mac OS X, GeoIP database must be embedded.")
|
|
|