Hi, I'm using Eclipse CDT with Qt plugin. It works well, but I have problems when I want to link external libraries. If I create a standard C++ project, I don't have any problems, but with a Qt Gui Project I don't understand where to add libraries to the linker, because the "Property" page is different.
Just for now, I have to manually add my libs editing the Makefile.Debug every time.
It should be a way to do this with Eclipse.
Could anyone help me?