Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.5.0 Beta1
-
None
Description
Qt 6.5 beta1 Android manual testing round. Fresh installation. Test: "Test permissions" Description: "Use qtbase/tests/manual/permissions"
Actual result: Receiving error regarding the cmake version on the fresh installation:
"/home/markku/Qt/6.5.0/Src/qtbase/tests/manual/permissions/CMakeLists.txt:4: error: Unknown CMake command "qt_internal_add_test".
/home/markku/Qt/6.5.0/Src/qtbase/tests/manual/permissions/CMakeLists.txt:-1: error: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.24) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000".
:-1: error: CMake process exited with exit code 1.
:-1: error: No CMake configuration found!"
Attachments
Issue Links
- relates to
-
QTBUG-108319 qt-cmake-standalone-test produces build artifacts in build_dir
- Reported
-
QTBUG-93020 Make each Qt CMake test a standalone project so that the project can be built by IDEs
- Open