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/kconfigcompiler_test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autotests/kconfig_compiler/kconfigcompiler_test.cpp') diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index cfe86e05..43623cef 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -45,6 +45,7 @@ static CompilerTestSet testCases = { "test12.h", "test12.cpp", "test_dpointer.cpp", "test_dpointer.h", "test_signal.cpp", "test_signal.h", + "test_qdebugcategory.cpp", "test_qdebugcategory.h", Q_NULLPTR }; @@ -64,6 +65,7 @@ static CompilerTestSet testCasesToRun = { "test12", "test_dpointer", "test_signal", + "test_qdebugcategory", Q_NULLPTR }; -- cgit v1.2.1