I have Eclipse Indigo Service Release 2 (Build id: 20120216-1857) with installed QT Plugin (Version: 1.6.1) on Ubuntu 64bit 10.04.
I have started my project in the QT-Creator and want to migrate to Eclipse. The project contains 2 external librarys. They are included over the .pro file. That works well with Creator or if I compile it with qmake and make.
Trying to compile in Eclipse I get all kind of strange errors:
forward declaration of 'struct QextSerialPortPrivate'
Invalid arguments 'Candidates are: void addDestination(QsLogging::Destination *)
Invalid arguments 'Candidates are: void addDestination(QsLogging::Destination *)
invalid use of incomplete type 'struct QextSerialPortPrivate'
make: *** [debug] Error 2
make[1]: *** [debug/moc_qextserialport.o]
make[1]: Target `first' not remade because of errors.
...
..
.
Do I need to specify the librarys or subprojects somewhere in Eclipse?
The pro file I'm using is included in the tread.
If you can compile it with qmake and make then it will work within Eclipse. Eclipse just calls the makefile (which you created from the .pro file using qmake) for building.