https://bugs.kde.org/show_bug.cgi?id=412473
Juraj <sgd.or...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sgd.or...@gmail.com --- Comment #1 from Juraj <sgd.or...@gmail.com> --- 1. Setting > Configure KDevelop > Environment 2. When importing, opening or creating project you are asked about install prefix, you can then select desired environment for launcher 3. On linux One probably needs to change CC and CXX variables 4. I see KDevelop as IDE which is built around CMake. CMake takes care of most config options, when you want to change something change it in your buildsystem. I agree, it is sad that the project options are stored somewhere else. But again, when you want to change something or make your build better, you should change your build system. In general your program should build without IDE just by running build system (cmake, make, qmake, meson...). So things specialy set in kdevelop and not in build system would become major headache for many. -- You are receiving this mail because: You are watching all bug changes.