From 30e2f51dab3dbf86f81b299eea515872e10286ef Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Mon, 20 Sep 2021 15:01:48 +1000 Subject: Add docs for qt_allow_non_utf8_sources() Task-number: QTBUG-95712 Pick-to: 6.2 6.2.0 Change-Id: Ie09785ced5b2bf8098ccff3467f32244f32f9195 Reviewed-by: Alexandru Croitor --- src/corelib/Qt6CoreMacros.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/corelib/Qt6CoreMacros.cmake') diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake index b6b803b097..e719c6010e 100644 --- a/src/corelib/Qt6CoreMacros.cmake +++ b/src/corelib/Qt6CoreMacros.cmake @@ -2187,9 +2187,6 @@ if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS) endfunction() endif() -# By default Qt6 forces usage of utf8 sources for consumers of Qt. -# Users can opt out of utf8 sources by calling this function with the target name of their -# application or library. function(qt6_allow_non_utf8_sources target) set_target_properties("${target}" PROPERTIES QT_NO_UTF8_SOURCE TRUE) endfunction() -- cgit v1.2.3