Skip to content

Commit

Permalink
Use QT_USE_QSTRINGBUILDER by default for all internal plugin targets
Browse files Browse the repository at this point in the history
Change-Id: I24839d260dc6e3624bcedcdfe799871b239191f6
Reviewed-by: Mårten Nordheim <[email protected]>
Reviewed-by: Alexandru Croitor <[email protected]>
  • Loading branch information
semlanik committed Aug 8, 2023
1 parent 3883b0a commit a9e5489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/QtInternalTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ qt_internal_add_global_definition(QT_NO_AS_CONST)
qt_internal_add_global_definition(QT_NO_QEXCHANGE)
qt_internal_add_global_definition(QT_NO_NARROWING_CONVERSIONS_IN_CONNECT)
qt_internal_add_global_definition(QT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH)
qt_internal_add_global_definition(QT_USE_QSTRINGBUILDER SCOPE PLUGIN)

if(WARNINGS_ARE_ERRORS)
qt_internal_set_warnings_are_errors_flags(PlatformModuleInternal INTERFACE)
Expand Down

0 comments on commit a9e5489

Please sign in to comment.