views:

35

answers:

0

Hi, I'm considering using QT Eclipse integration (Helios-CDT/Windows) instead of QT Creator. One of the must-have features is an automatic synchronization of .pro file with project contents (sources and headers). It's nice it's already there (The "Add files to QT Project" dialog on resource addition/removal).

The problem is - this feature completely overwrites the exisiting .pro file. So all the custom settings are gone. EDIT: it works, cannot reproduce

The question - is there a way to overcome this?

Possible walkarounds which come up: 1. custom SPEC file 2. custom launch of "qmake -project" with all the settings command on command line ( LIBS += ...) - would be manually run after or instead of the standard dialog

Any better solutions?

Cheers, JPA