1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

fix linking on qmake installations that use compile_libtool.

This commit is contained in:
Niclas Rosenvik 2014-08-17 17:08:06 +02:00
parent de4f7115f8
commit ff57641c0b

View File

@ -11,8 +11,13 @@ mac: TARGET = QupZilla
TEMPLATE = app
compile_libtool {
LIBS += $$QZ_DESTDIR/libQupZilla.la
}
else {
!unix|mac: LIBS += -L$$QZ_DESTDIR -lQupZilla
!mac:unix: LIBS += $$QZ_DESTDIR/libQupZilla.so
}
unix:!contains(DEFINES, "DISABLE_DBUS") QT += dbus