Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22020

CMake: Cloning run config results in empty executable

    XMLWordPrintable

Details

    Description

      1. Open some trivial CMake project:
      // CMakeLists.txt
      cmake_minimum_required(VERSION 3.0.2)
      project (hello)
      add_executable(hello hello.cpp) 
      // hello.cpp
      #include <iostream>
      int main(){ return 0; } 
      1. Go to Projects Mode > RunĀ 
      2. Click on "Clone..." for cloning the run config
      3. Ops: No "Executable" is set for the created/cloned run config.

      Attachments

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

        Activity

          People

            hjk hjk
            kosjar Nikolai Kosjar
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes