summaryrefslogtreecommitdiffstats
path: root/subsurface-configure.pri
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-18 21:33:00 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-19 19:44:37 -0800
commitf1f02941c7a8e538db18e10f4937170024d3405e (patch)
tree708cafb2bb85f373d2729fe3ed52a6d4c8025aee /subsurface-configure.pri
parentaa7f2eeb8a1a46211b52b9c97e3f040c2f1a5ab8 (diff)
parent554b652d25d9ce853c4f8f2044f80ab1b198fb1b (diff)
downloadsubsurface-f1f02941c7a8e538db18e10f4937170024d3405e.tar.gz
Merge branch 'v4.4-branch' back into master
The manuals all will need a careful read. The changes to use lsb-release and the PCLinuxOS specific files got lost because I didn't want to try to rewite this in the middle of a merge. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> Conflicts: Documentation/50-pot/subsurface-manual.pot Documentation/fr/po/subsurface-manual.fr.po Documentation/user-manual.txt Documentation/user-manual_es.txt Documentation/user-manual_fr.html.git Documentation/user-manual_fr.txt Documentation/user-manual_ru.html.git Documentation/user-manual_ru.txt file.c qthelper.cpp subsurface.pro subsurfacesysinfo.cpp xslt/DiveLog.xslt
Diffstat (limited to 'subsurface-configure.pri')
-rw-r--r--subsurface-configure.pri6
1 files changed, 4 insertions, 2 deletions
diff --git a/subsurface-configure.pri b/subsurface-configure.pri
index 05bfbb0f5..9c0cfdfc5 100644
--- a/subsurface-configure.pri
+++ b/subsurface-configure.pri
@@ -138,6 +138,7 @@ isEmpty(LIBGIT2DEVEL) {
} else {
INCLUDEPATH += $$LIBGIT2DEVEL/include
isEmpty(LIBGIT2STATIC) {
+ setRpath: QMAKE_RPATHDIR += $$LIBGIT2DEVEL/build
LIBS += -L$$LIBGIT2DEVEL/build -lgit2 -lz -lcrypto
} else {
LIBS += $$LIBGIT2DEVEL/build/libgit2.a -Wl,-Bstatic -lz -lssl -lcrypto -Wl,-Bdynamic -ldl
@@ -156,12 +157,13 @@ contains(QMAKE_PLATFORM, android): DEFINES += NO_MARBLE NO_USERMANUAL NO_PRINTIN
!isEmpty(LIBMARBLEDEVEL) {
# find it next to our sources
INCLUDEPATH += $$LIBMARBLEDEVEL/include
- LIBS += -L$$LIBMARBLEDEVEL/src/lib/marble
+ setRpath: QMAKE_RPATHDIR += $$LIBMARBLEDEVEL/lib
+ LIBS += -L$$LIBMARBLEDEVEL/lib
}
!contains(DEFINES, NO_MARBLE) {
win32: CONFIG(debug, debug|release): LIBS += -lmarblewidgetd
else: !isEmpty(SPECIAL_MARBLE_PREFIX) {
- LIBS += -L$$LIBMARBLEDEVEL/src/lib/marble -lssrfmarblewidget
+ LIBS += -lssrfmarblewidget
} else {
LIBS += -lmarblewidget
}