mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Change library paths and remove prefix
This commit is contained in:
parent
c421da873f
commit
2b24018f7a
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue