tonkv / qdevelop

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

incorrect display of handling "CONFIG()" in .pro file #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

if the .pro file has an entry as follows:
CONFIG(debug, debug|release) {
  TARGET =     $$join(TARGET,,,_debug)
  LIBS += -L$(PROJECT_ROOT)/Libs -lXXX_YYY_lib_Debug
} ELSE{
  LIBS += -L$(PROJECT_ROOT)/Libs -lXXX_YYY_lib
}

What is the expected output? What do you see instead?
This should appear in properties dialog of the .pro file.

What version of the product are you using? On what operating system?
OS:WinXP
Ver: 0.21-svn

Please provide any additional information below.
Attached screenshot of the way currently its working.

Original issue reported on code.google.com by dinod...@gmail.com on 16 Dec 2006 at 5:17

GoogleCodeExporter commented 9 years ago
please ignore this issue. I have created issue #72 with screenshot attached. 
sorry
for the confusion

Original comment by dinod...@gmail.com on 16 Dec 2006 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by jlbi...@gmail.com on 6 Jan 2007 at 4:16