tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

QMAKE_CC can't change the compilateur #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in revision 185

Original comment by jlbi...@gmail.com on 9 Aug 2007 at 8:25

GoogleCodeExporter commented 8 years ago
Thanks

Original comment by ulrich....@gmail.com on 10 Aug 2007 at 7:44