mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
FlashCookieManager: Drop support for plugin out-of-tree
No longer needed as it is now official plugin and only causes problems.
This commit is contained in:
parent
d8b913efe9
commit
d0129202dd
|
@ -14,15 +14,9 @@ RESOURCES += flashcookiemanager.qrc
|
|||
TRANSLATIONS += \
|
||||
translations/fa_IR.ts
|
||||
|
||||
PLUGIN_DIR = $$PWD
|
||||
srcdir = $$(QUPZILLA_SRCDIR)
|
||||
equals(srcdir, "") {
|
||||
include(../../plugins.pri)
|
||||
}
|
||||
else {
|
||||
include($$srcdir/src/plugins.pri)
|
||||
}
|
||||
|
||||
FORMS += \
|
||||
fcm_dialog.ui \
|
||||
fcm_notification.ui
|
||||
|
||||
PLUGIN_DIR = $$PWD
|
||||
include(../../plugins.pri)
|
||||
|
|
Loading…
Reference in New Issue
Block a user