From 09008700af42967f6ad10c9b3ef565cc2f727874 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 20 Mar 2016 19:36:07 +0100 Subject: Revert "ECMQtDeclareLoggingCategory: Include with the generated file" This reverts commit 1d4bc35cf9383177459544d6fcd9de35edf3e77d. QLoggingCategory has always included QDebug, so this has always been superfluous. --- modules/ECMQtDeclareLoggingCategory.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/ECMQtDeclareLoggingCategory.cmake') diff --git a/modules/ECMQtDeclareLoggingCategory.cmake b/modules/ECMQtDeclareLoggingCategory.cmake index 3f7bb79a..b7f1ad39 100644 --- a/modules/ECMQtDeclareLoggingCategory.cmake +++ b/modules/ECMQtDeclareLoggingCategory.cmake @@ -30,9 +30,6 @@ # # ```` may include namespaces (eg: ``foo::bar::IDENT``). # -# Starting with Frameworks 5.18, the generated header also includes the -# header, so you don't have to put extra #include anymore in your code. -# # Since 5.14.0. #============================================================================= -- cgit v1.2.1