------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=145711 apaku gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kdevelop-bugs kdevelop org |apaku gmx de Status|UNCONFIRMED |ASSIGNED everconfirmed|0 |1 ------- Additional Comments From apaku gmx de 2007-05-30 18:17 ------- Ok, now I get it :) The thing is that the debug/release option influences which Makefile is choses as default when building in debug_and_release mode. If you have CONFIG == release debug debug_and_release you end up with Makefile.debug run when doing make, if you switch the order of release and debug then you get Makefile.release. Due to the fact that QM puts a CONFIG -= release the .debug Makefile gets used. I'll attach a patch for KDevelop3.4 svn, if you can please apply it and see if that works for you better. Basically now QM doesn't add CONFIG -= release or debug when the Debug&Release mode is set. If possible I'll do a slightly bigger fix for this, but I have to check with our release manager if I'm allowed to do that. Then you can switch on/off Debug&Release mode and select debug/release independently from that.