From 93c92ce9791bb70cf3ff6af71e2f19e9b68d7584 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 4 Jan 2020 22:00:25 +0200 Subject: Disable plugins as broken - Fix several Qt deprecated warnings --- 3rd-party/args/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rd-party/args') diff --git a/3rd-party/args/meson.build b/3rd-party/args/meson.build index c4ef5dc..8b0c441 100644 --- a/3rd-party/args/meson.build +++ b/3rd-party/args/meson.build @@ -1,5 +1,5 @@ # This is a header-only lib, all we need to do is include it dep_args = declare_dependency( include_directories: include_directories('args.git') -) +).as_system('system') -- cgit v1.2.1