mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Autotests: Fix building with KF5 KWallet
This commit is contained in:
parent
cd2f78cf6f
commit
ed252c5534
@ -15,9 +15,11 @@ TARGET = autotests
|
|||||||
QMAKE_LFLAGS+=$${QMAKE_LFLAGS_RPATH}$$PWD/../../bin
|
QMAKE_LFLAGS+=$${QMAKE_LFLAGS_RPATH}$$PWD/../../bin
|
||||||
|
|
||||||
# KWallet plugin
|
# KWallet plugin
|
||||||
isEqual(QT_MAJOR_VERSION, 4):exists($$PWD/../../bin/plugins/libKWalletPasswords.so) {
|
exists($$PWD/../../bin/plugins/libKWalletPasswords.so) {
|
||||||
|
isEqual(QT_MAJOR_VERSION, 4) | qtHaveModule(KWallet) {
|
||||||
LIBS += $$PWD/../../bin/plugins/libKWalletPasswords.so
|
LIBS += $$PWD/../../bin/plugins/libKWalletPasswords.so
|
||||||
DEFINES += HAVE_KDE_PASSWORDS_PLUGIN
|
DEFINES += HAVE_KDE_PASSWORDS_PLUGIN
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# GnomeKeyring plugin
|
# GnomeKeyring plugin
|
||||||
@ -26,7 +28,6 @@ exists($$PWD/../../bin/plugins/libGnomeKeyringPasswords.so) {
|
|||||||
DEFINES += HAVE_GNOME_PASSWORDS_PLUGIN
|
DEFINES += HAVE_GNOME_PASSWORDS_PLUGIN
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
OBJECTS_DIR = build
|
OBJECTS_DIR = build
|
||||||
MOC_DIR = build
|
MOC_DIR = build
|
||||||
|
Loading…
Reference in New Issue
Block a user