From b2fec872deea1e4e08f02ac74df383da3cb6665a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 24 Oct 2018 13:09:45 +0200 Subject: Add missing install items --- plugins/ProfileEditor/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ProfileEditor') diff --git a/plugins/ProfileEditor/meson.build b/plugins/ProfileEditor/meson.build index 2a39a2d..c1507ce 100644 --- a/plugins/ProfileEditor/meson.build +++ b/plugins/ProfileEditor/meson.build @@ -9,5 +9,5 @@ ProfileEditorPlugin_lib = shared_library('ProfileEditorPlugin', [interfaces_moc, ProfileEditorPlugin_moc, 'profileeditorplugin.cpp', 'forms/profilemanagerdialog.cpp', 'forms/profileview.cpp', 'forms/newprofiledialog.cpp', 'forms/newhttpheaderdialog.cpp'], dependencies: dep_qt5, include_directories: include, - install: true, install_dir: join_paths(get_option('libexecdir'), 'smolbote/plugins') + install: true, install_dir: join_paths(get_option('libdir'), 'smolbote/plugins') ) -- cgit v1.2.1