• 0

[Qt] Configuring Neatbeans 8.0.2 and Qt 5.4 on OS X


Question

Hi all, 

 

I've searched high and low throughout the internet, and I can't seem to find an answer to my problem.  I'm using Netbeans 8.0.2 on OS X Yosemite, and I'm trying to write a Qt library (and later, a more comprehensive app).  Netbeans has support for Qt, and I'd rather use it for coding the C++ guts of this library, using Qt Designer for the GUI only.  However, Netbeans simply will not find the Qt libraries/headers.  I've tried including the Qt library/header directories, and I've included both cmake and qmake in the Netbeans settings.  Does anyone have any idea why Netbeans isn't able to find the Qt 5 headers?

 

Thanks for any and all suggestions!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Qt is a very complex library, and so I have heard that it is nearly impossible to use it with other editors (explaining why is a bit over my head). Qt Creator isn't that bad of an ide. Of course, you could also have them running simultaneously, and edit the files in netbeans, then build/run in Qt Creator. I think just using Qt Creator is the best option.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.