From 09c4508aee96ca20d084b8a60b4c6603de8bff8b Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 25 Nov 2018 13:01:17 +0100 Subject: Add Session Dialog --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 25fced3..06d52b6 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ dep_plasma = declare_dependency( ) # add -DQT_NO_DEBUG to non-debug builds -if not get_option('buildtype').startswith('debug') +if not get_option('debug') add_global_arguments('-DQT_NO_DEBUG', language: 'cpp') endif -- cgit v1.2.1