Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
3.0.1
-
None
-
b2e7f8929 (dev)
Description
When using the new-project wizard to create a new Qt/CMake project, if the option to create the project and solution in the same folder is not selected (i.e. project will be a subfolder of solution), then the root CMakeLists.txt (for the solution) will have a project and add_subdirectory statements with an empty string argument:
cmake_minimum_required(VERSION 3.16) project("") add_subdirectory("")