Konrad
Konrad

Reputation: 2287

Setting up Netbeans 8.0.2 for use with Qt 5.4

I am trying to set up Netbeans 8 so that I can use Qt 5.4 on it (for c++). However, there does not seem to be any decent guide on how to set it up that way. On the netbeans website (https://netbeans.org/kb/72/cnd/qt-applications.html#qtinstall) only Netbeans 7 with Qt 4.6 is covered. Has anyone set it up like that? Or know about any guides on it? Thanks in advance.

Upvotes: 0

Views: 4396

Answers (1)

Ezio
Ezio

Reputation: 1175

  1. install qt5 from qt official website
  2. modify netbeans' qmake path to qt creator's qmake(qmake5) path
  3. build qt application in netbeans.

Upvotes: 1

Related Questions