From 0daac7e5d6bb90d77728f589663dc6d563110e62 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 23 Oct 2018 17:55:58 +0200 Subject: Add plugins to meson build --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 99231d2..e09b130 100644 --- a/src/meson.build +++ b/src/meson.build @@ -18,7 +18,7 @@ if get_option('Plasma').enabled() optdepends += dep_plasma endif -poi = executable('poi', install: true, +poi = executable(get_option('poiName'), install: true, cpp_args: ['-DQAPPLICATION_CLASS=QApplication'], dependencies: [dep_qt5, dep_boost, dep_SingleApplication, optdepends, dep_about, dep_addressbar, dep_bookmarks, dep_configuration, dep_downloads, dep_urlfilter, dep_web], -- cgit v1.2.1