From 094c91f86baf1e82e55b435c07c5ba37ff107dd9 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Mon, 9 Mar 2015 21:55:24 +0100 Subject: Allow to generate qloggingcategories support. Add new variable to specify it in *.kcfgc : "CategoryLoggingName" CHANGELOG: Allow to generate file with qloggingcategories support. REVIEW: 122931 --- autotests/kconfig_compiler/test_qdebugcategory_debug.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 autotests/kconfig_compiler/test_qdebugcategory_debug.cpp (limited to 'autotests/kconfig_compiler/test_qdebugcategory_debug.cpp') diff --git a/autotests/kconfig_compiler/test_qdebugcategory_debug.cpp b/autotests/kconfig_compiler/test_qdebugcategory_debug.cpp new file mode 100644 index 00000000..7c4f9f55 --- /dev/null +++ b/autotests/kconfig_compiler/test_qdebugcategory_debug.cpp @@ -0,0 +1,4 @@ +#include "test_qdebugcategory_debug.h" +Q_LOGGING_CATEGORY(CATEGORY_LOG, "log_category") + + -- cgit v1.2.1