mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user