What steps will reproduce the problem?
1. Add lines in the .pro file :
QMAKE_CC = "ccache gcc"
QMAKE_CXX = "ccache gcc"
2. Save the project
3. Read project file :
QMAKE_CC += "ccache gcc"
QMAKE_CXX += "ccache gcc"
What is the expected output? What do you see instead?
In the project file, when we store QMAKE_CC = XXXX, qdevelop replace it by
+=. So when i want compile, instead of "ccache gcc ...." i have "gcc ccache
gcc" and gcc stop.
If in a project file i have a = i would like Qdevelop don't touch QMAKE_...
(if qdevelop don't manage this balise).
What version of the product are you using? On what operating system?
0.23
Original issue reported on code.google.com by ulrich....@gmail.com on 1 Aug 2007 at 9:20
Original issue reported on code.google.com by
ulrich....@gmail.com
on 1 Aug 2007 at 9:20