mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +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
|
!contains(DEFINES, GNOME_INTEGRATION): SUBDIRS -= $$PWD/GnomeKeyringPasswords
|
||||||
!system(pkg-config --exists gnome-keyring-1): SUBDIRS -= $$PWD/GnomeKeyringPasswords
|
!system(pkg-config --exists gnome-keyring-1): SUBDIRS -= $$PWD/GnomeKeyringPasswords
|
||||||
|
|
||||||
win32 {
|
!unix|mac {
|
||||||
SUBDIRS -= $$lower($$PWD/KWalletPasswords)
|
SUBDIRS -= $$lower($$PWD/KWalletPasswords)
|
||||||
SUBDIRS -= $$lower($$PWD/GnomeKeyringPasswords)
|
SUBDIRS -= $$lower($$PWD/GnomeKeyringPasswords)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user