Eclipse setup to integrate with Qt
-
I am trying to use Eclipse as my IDE to integrate with Qt5.9.2 both on macOS 10.13 and Ubuntu 16.04 LTS. I have had no luck thus far to achieve the successful creation, building and execution of a QT Application.
Please I am seeking assistance with the specific steps to get the integration working correctly. -
Hi and welcome to devnet,
IIRC, there was at some point in time a Qt Eclipse integration plugin. You should try to contact its author to see if there's still something for that.
-
@tloc as mentioned before, and even with you having tried it, I guess Qt Creator is your best option. And leave Eclipse open as well for your on going development :-)
Given that said, I'd try fully installing Qt (i.e. 5.9.2) to have all the tools/libraries (not just Qt Creator, think about qmake, linguist, Qt Designer, etc) and then trying configuring Eclipse CDT, the newest guide I found is this one, although using MinGW...
Again not sure if it's worth the effort as Qt Creator is a mature IDE -
@Pablo-J.-Rogina
Thanks for the suggestion and the link to the guide.
I see that the benefits of using Qt Creator so far out weights the benefits of the eclipse integration, which at this time is not fully available. I have done a few days worth of searching online before creating this post.
I will play around with trying to get Eclipse CDT to play nicely with Qt when I have a lull in activities.