1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 02:02:10 +02:00
falkonOfficial/plugins.pri

35 lines
1020 B
Plaintext
Raw Normal View History

INCLUDEPATH += $$PWD/src/3rdparty\
$$PWD/src/app\
$$PWD/src/autofill\
$$PWD/src/bookmarks\
$$PWD/src/cookies\
$$PWD/src/downloads\
$$PWD/src/history\
$$PWD/src/navigation\
$$PWD/src/network\
$$PWD/src/other\
$$PWD/src/preferences\
$$PWD/src/rss\
$$PWD/src/tools\
$$PWD/src/utils\
$$PWD/src/webview\
$$PWD/src/plugins\
$$PWD/src/sidebar\
$$PWD/src/data\
$$PWD/src/adblock\
$$PWD/src/desktopnotifications\
$$PWD/src/opensearch\
$$PWD/src/bookmarksimport\
$$PWD/src/popupwindow\
TEMPLATE = lib
CONFIG += plugin
DESTDIR = $$PWD/bin/plugins
OBJECTS_DIR = $$TARGET-build
MOC_DIR = $$TARGET-build
RCC_DIR = $$TARGET-build
UI_DIR = $$TARGET-build
LIBS += $$PWD/plugins/libqupzilla/libqupzilla.a