Thread: how to QT5
View Single Post
  #2   (View Single Post)  
Old 25th May 2016
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Disclaimer: I don't use NetBSD. My answers are not OS-specific.

---

The qt-creator IDE is normally packaged separately from Qt.

Other IDEs may also be used to develop Qt applications, such as Eclipse or Code::Blocks.

Qt applications may be developed without any IDE at all. The qmake tool set will create makefiles that can then be built with a make(1) system -- typically GNU make or CMake.
Reply With Quote