← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1450492] Re: CMake for new target only runs when I select it

 

You always need to run cmake when switching to a Target. Running cmake
right when a new target is created means running cmake for every
selected Kit. That would mean if you select 4 Kits we have to run cmake
immediately.

However as soon as we move to the next QtCreator version this Bug will be obsolete, because we can use the upstream CMake
plugin again that does things a bit differently.

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
       Status: New => Won't Fix

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
       Status: Won't Fix => New

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1450492

Title:
  CMake for new target only runs when I select it

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Won't Fix

Bug description:
  After adding a new click target / kit, when I select the new target in
  the kit selection tool, the "Run" column  is initially empty. This is
  because it is only at this point that CMake is run for that target,
  and hence takes a while for the "Run" options to populate.

  We should run CMake immediately after a new click target is created.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1450492/+subscriptions


References