mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
Change library paths and remove prefix
This commit is contained in:
committed by
sledgehammer999
parent
c421da873f
commit
2b24018f7a
@@ -8,8 +8,8 @@ PKGCONFIG += libtorrent-rasterbar
|
||||
DEFINES += BOOST_ASIO_DYN_LINK
|
||||
|
||||
# Special include/libs paths (macports)
|
||||
INCLUDEPATH += /usr/include /opt/local/include/boost /opt/local/include
|
||||
LIBS += -L/opt/local/lib
|
||||
INCLUDEPATH += /usr/local/include /usr/include /opt/local/include
|
||||
LIBS += -L/usr/local/lib -L/opt/local/lib
|
||||
|
||||
# Boost system lib
|
||||
LIBS += -lboost_system-mt
|
||||
@@ -28,7 +28,7 @@ qt_conf.path = Contents/Resources
|
||||
qt_conf.files = mac/qt.conf
|
||||
QMAKE_BUNDLE_DATA += qt_conf
|
||||
|
||||
qt_translations.path = Contents/MacOS/translations
|
||||
qt_translations.path = Contents/translations
|
||||
qt_translations.files = qt-translations/qt_ar.qm \
|
||||
qt-translations/qt_bg.qm \
|
||||
qt-translations/qt_ca.qm \
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
[Paths]
|
||||
Prefix = MacOS
|
||||
Translations = translations
|
||||
Plugins = PlugIns
|
||||
|
||||
Reference in New Issue
Block a user