Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.0 Beta2
-
None
-
eafbda41910b8bcf69223dec2b7750671b692348 (qt/qtbase/dev) d74bfe5e72eb9a5d6c9daeee3459b6bd4c455de9 (qt/qtbase/6.2)
Description
The build system does not define QT_BUILD_INTERNAL after running CMake with -DFEATURE_developer_build:BOOL=TRUE, passing "ON" works, but it may be hard with tools that automatically generate CMake command line (like VS Code CMake plugin). The build system should handle any syntax for CMake booleans (https://cmake.org/cmake/help/latest/command/if.html) in these cases.
Attachments
Issue Links
- relates to
-
QTBUG-96300 The build system does not work accept -DFEATURE_cxx20:BOOL=TRUE
- Closed