From 689a94481d8b6a44119093b65814e0c0f3ad98b5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Oct 2018 17:36:26 +0200 Subject: Fix various build warnings --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 93947bf..20a4844 100644 --- a/meson.build +++ b/meson.build @@ -41,7 +41,7 @@ dep_genheaders = declare_dependency( output: 'version.h' ), custom_target('configheader', - input: ['tools/config.py', 'src/Kconfig', host_machine.system() + '/.config'], + input: ['tools/config.py', 'Kconfig', host_machine.system() + '/.config'], output: 'config.h', command: [python3, '@INPUT0@', '--kconfig=@INPUT1@', '--dotconfig=@INPUT2@', '--generate=@OUTPUT@'], build_by_default: true @@ -49,7 +49,7 @@ dep_genheaders = declare_dependency( ) interfaces_moc = qt5.preprocess( - moc_headers: ['include/browserinterface.h', 'include/plugininterface.h', 'include/profileinterface.h'], + moc_headers: 'include/profileinterface.h', dependencies: dep_qt5 ) -- cgit v1.2.1