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:
parent
de4f7115f8
commit
ff57641c0b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user