1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

defines.pri: Set QMAKE_LFLAGS_RPATH when empty

Closes #1089
This commit is contained in:
nowrep 2013-11-19 20:09:59 +01:00
parent 2276a7f274
commit 479df003a0

View File

@ -134,3 +134,7 @@ isEmpty(QMAKE_LRELEASE) {
!exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease }
}
}
isEmpty(QMAKE_LFLAGS_RPATH) {
QMAKE_LFLAGS_RPATH = -Wl,-rpath,
}