-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.0
-
None
-
-
5729306af (dev), 84b6c170a (6.8), a6eb88a8d (dev)
The Qt Graphs axishandling example included with Qt 6.6.0 fails to build with Boot2Qt kits because the output binary has the same name (axishandling) as a directory (AxisHandling) in the build folder.
Renaming the target in CMakeLists.txt allows it to build normally.
This is an issue only on Windows because the file system is case insensitive.
Other demos may have the same problem.
- relates to
-
QTBUG-110617 qt_add_qml_module should warn user about the use of unacceptable output qml directory
-
- In Progress
-