Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2.0 Beta3
-
None
Description
Versionless CMake wrapper commands are often defined around the versioned equivalents. Some of those versioned commands take a variable name and will set a variable in the calling scope using that name, but the versionless wrapper commands have been implemented as functions instead of macros in many cases. They need to be macros to allow these variables to be set in the calling scope.
Attachments
Issue Links
- relates to
-
QTBUG-96096 translations are not installed anymore
-
- Closed
-
- resulted in
-
QTBUG-96219 Conversion of versionless wrapper functions to macros needs to be reverted
-
- Closed
-