From 2b24018f7ad37c120d563771ceccf678ce29d8b6 Mon Sep 17 00:00:00 2001 From: David Christenson Date: Tue, 3 Feb 2015 18:27:29 -0700 Subject: [PATCH] Change library paths and remove prefix --- macxconf.pri | 6 +++--- src/mac/qt.conf | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/macxconf.pri b/macxconf.pri index a1a183633..ee004e845 100644 --- a/macxconf.pri +++ b/macxconf.pri @@ -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 \ diff --git a/src/mac/qt.conf b/src/mac/qt.conf index 47e7d450f..4c8277466 100644 --- a/src/mac/qt.conf +++ b/src/mac/qt.conf @@ -1,4 +1,3 @@ [Paths] - Prefix = MacOS Translations = translations Plugins = PlugIns