[kdevelop] [Bug 403769] Only the default environment profle is being used

2023-01-05 Thread Christoph Roick
https://bugs.kde.org/show_bug.cgi?id=403769

Christoph Roick  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kdev
   ||elop/kdevelop/commit/679558
   ||2dce86d3766e596e240bfe2e5ad
   ||a52d6c0
 Resolution|--- |FIXED
   Version Fixed In||5.11.230400
 Status|ASSIGNED|RESOLVED

--- Comment #3 from Christoph Roick  ---
Git commit 6795582dce86d3766e596e240bfe2e5ada52d6c0 by Christoph Roick.
Committed on 05/01/2023 at 13:21.
Pushed by croick into branch 'master'.

Apply Ninja environment settings

The Ninja configuration page offers to select a build environment.
This setting is now applied when creating a corresponding NinjaJob.
FIXED-IN: 5.11.230400

M  +2-0plugins/ninjabuilder/ninjabuilder.cpp

https://invent.kde.org/kdevelop/kdevelop/commit/6795582dce86d3766e596e240bfe2e5ada52d6c0

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 403769] Only the default environment profle is being used

2023-01-04 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=403769

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/423

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 403769] Only the default environment profle is being used

2021-02-22 Thread Wouter Haffmans
https://bugs.kde.org/show_bug.cgi?id=403769

Wouter Haffmans  changed:

   What|Removed |Added

 CC||wou...@simply-life.net

--- Comment #1 from Wouter Haffmans  ---
Created attachment 136075
  --> https://bugs.kde.org/attachment.cgi?id=136075=edit
Minimal CMake example

This bug is still present in KDevelop 5.6.2.

I've attached a minimalist CMakeLists.txt file that shows the behavior.
Building the project (the buildenv target) simply prints the environment
variables. The output allows you to easily observe that the selected
environment profile is not used.

This bug only applies when using Ninja to run the build. Using Make it works as
expected.

-- 
You are receiving this mail because:
You are watching all bug changes.