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

[Plugins] Build Gnome/KDE password plugins only on Unix platforms

Correctly disable building those plugins on Windows, Mac, OS/2, ...
This commit is contained in:
nowrep 2014-01-02 18:07:20 +01:00
parent 4565c63cb7
commit daf210aa89

View File

@ -32,7 +32,7 @@ outOfDirPlugins = $$(QUPZILLA_PLUGINS_SRCDIR)
!contains(DEFINES, GNOME_INTEGRATION): SUBDIRS -= $$PWD/GnomeKeyringPasswords
!system(pkg-config --exists gnome-keyring-1): SUBDIRS -= $$PWD/GnomeKeyringPasswords
win32 {
!unix|mac {
SUBDIRS -= $$lower($$PWD/KWalletPasswords)
SUBDIRS -= $$lower($$PWD/GnomeKeyringPasswords)
}