tonkv / qdevelop

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

QDevelop stuck in infinite loop when reading .pro File with TEMPLATE=subdirs #150

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a project structure with one main .pro File and several sub projects:
main.pro
   \- lrelease
   \- lupdate
   \- ltranslate

2. Load main.pro File
<snip>
CONFIG = release warn_on qt 
TEMPLATE = subdirs 
SUBDIRS = lrelease \
    lupdate \
    ltranslate \

<snip>

What is the expected output? What do you see instead?
Qdevelop should load the project, instead it is stuck in a infinite loop.

What version of the product are you using? On what operating system?
Win XP, 0.24-svn

Please provide any additional information below.

Attached patch is a work around which works for me...

Original issue reported on code.google.com by volker.d...@gmx.de on 3 Jul 2007 at 7:21

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

I am attaching here a small project which should match your description but 
works on
my system (revision 0.24-svn, 177) which does work as expected on my system. If 
it
does on yours, please attach a full project (as small as possible, please) which
reproduces the problem.

If the problem is fixed, please close this bug.
If you can send me a project that's not working, and your fix works, I will 
commit.

Original comment by cucoma...@gmail.com on 23 Jul 2007 at 11:33

Attachments:

GoogleCodeExporter commented 8 years ago
Closing as invalid. I cannot reproduce this issue.

Original comment by cucoma...@gmail.com on 10 Sep 2007 at 7:54