mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -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
|
DEFINES += BOOST_ASIO_DYN_LINK
|
||||||
|
|
||||||
# Special include/libs paths (macports)
|
# Special include/libs paths (macports)
|
||||||
INCLUDEPATH += /usr/include /opt/local/include/boost /opt/local/include
|
INCLUDEPATH += /usr/local/include /usr/include /opt/local/include
|
||||||
LIBS += -L/opt/local/lib
|
LIBS += -L/usr/local/lib -L/opt/local/lib
|
||||||
|
|
||||||
# Boost system lib
|
# Boost system lib
|
||||||
LIBS += -lboost_system-mt
|
LIBS += -lboost_system-mt
|
||||||
|
@ -28,7 +28,7 @@ qt_conf.path = Contents/Resources
|
||||||
qt_conf.files = mac/qt.conf
|
qt_conf.files = mac/qt.conf
|
||||||
QMAKE_BUNDLE_DATA += 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.files = qt-translations/qt_ar.qm \
|
||||||
qt-translations/qt_bg.qm \
|
qt-translations/qt_bg.qm \
|
||||||
qt-translations/qt_ca.qm \
|
qt-translations/qt_ca.qm \
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[Paths]
|
[Paths]
|
||||||
Prefix = MacOS
|
|
||||||
Translations = translations
|
Translations = translations
|
||||||
Plugins = PlugIns
|
Plugins = PlugIns
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue