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.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 autotests/kconfig_compiler/test_qdebugcategory_debug.h (limited to 'autotests/kconfig_compiler/test_qdebugcategory_debug.h') diff --git a/autotests/kconfig_compiler/test_qdebugcategory_debug.h b/autotests/kconfig_compiler/test_qdebugcategory_debug.h new file mode 100644 index 00000000..88ac4f35 --- /dev/null +++ b/autotests/kconfig_compiler/test_qdebugcategory_debug.h @@ -0,0 +1,8 @@ +#ifndef TEST_QCATEGORY_DEBUG_H +#define TEST_QCATEGORY_DEBUG_H + +#include +Q_DECLARE_LOGGING_CATEGORY(CATEGORY_LOG) + +#endif + -- cgit v1.2.1