1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[Plugins] Fixed building Gnome/Kde password integration plugins

This commit is contained in:
nowrep 2014-01-02 16:30:40 +01:00
parent e6fe3ad917
commit 9343da6ee7

View File

@ -1,5 +1,7 @@
TEMPLATE = subdirs
include(../defines.pri)
defineTest(addSubdir) {
for(subdir, 1) {
entries = $$files($$subdir/*)
@ -24,10 +26,10 @@ outOfDirPlugins = $$(QUPZILLA_PLUGINS_SRCDIR)
!CONFIG(debug, debug|release): SUBDIRS -= $$PWD/TestPlugin
# KWalletPasswords only with KDE_INTEGRATION
!contains(DEFINES, "KDE_INTEGRATION"): SUBDIRS -= $$PWD/KWalletPasswords
!contains(DEFINES, KDE_INTEGRATION): SUBDIRS -= $$PWD/KWalletPasswords
# GnomeKeyringPasswords only with GNOME_INTEGRATION
!contains(DEFINES, "GNOME_INTEGRATION"): SUBDIRS -= $$PWD/GnomeKeyringPasswords
!contains(DEFINES, GNOME_INTEGRATION): SUBDIRS -= $$PWD/GnomeKeyringPasswords
!system(pkg-config --exists gnome-keyring-1): SUBDIRS -= $$PWD/GnomeKeyringPasswords
win32 {