tonkv / qdevelop

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

Enter one-line summary #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Creating a new project, using some qmake Variables results in
unlogical/wrong project file.
2.
3.

What is the expected output? What do you see instead?
The general Problem with QDevelop's generated qmake project files is, that
it's assumed all variables needs to append contents; e.g.
QMAKE_EXT_CPP =   .cpp
QMAKE_EXT_H =   .hpp
should it be, QDevelops writes instead += which is wrong. The user should
decide. Some of this variables doesn't make sense in that matter (to be
more concret it will overwrite the default makefile rules).

What version of the product are you using? On what operating system?
QDevelop-0.21 on Linux/Debian

Please provide any additional information below.

Regards
Olaf

Original issue reported on code.google.com by olaf.pet...@googlemail.com on 28 Jan 2007 at 12:47

GoogleCodeExporter commented 8 years ago
Fixed in revision 185

Original comment by jlbi...@gmail.com on 8 Aug 2007 at 4:00