mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01: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:
parent
4565c63cb7
commit
daf210aa89
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user