Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-1107

CMake new-project wizard writes bogus CMakeLists.txt

    XMLWordPrintable

Details

    • 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("")
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mecfc Miguel Costa
            mecfc Miguel Costa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes