anhlehoang410 / qtworkbench

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

Handling of qmake operators in the .pro file #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set output as dll
2. TEMPLATE is recorded as += lib
3. An executable is built

What is the expected output? What do you see instead?
A dll should be built while an executable is built

Please use labels and text to provide additional information.
This happens because of the way qmake handles the += operator. The default
value is to build an executable.

Original issue reported on code.google.com by y.pag...@gmail.com on 3 Jul 2007 at 5:09

GoogleCodeExporter commented 9 years ago
The parser now also supports operators, so assigning them is possible

Original comment by y.pag...@gmail.com on 14 Jul 2007 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by y.pag...@gmail.com on 14 Jul 2007 at 11:13