←back to thread

146 points jrepinc | 3 comments | | HN request time: 0s | source
Show context
wavemode ◴[] No.45762355[source]
Qt Creator has always been one of the nicer free C++ IDEs, and qmake one of the nicer build systems. Even if you're not doing Qt development at all.
replies(1): >>45762959 #
1. jdboyd ◴[] No.45762959[source]
Qt Creator is reasonably nice. I believe that qmake is deprecated now though in favour of CMake.
replies(1): >>45764802 #
2. wavemode ◴[] No.45764802[source]
I think rather Qbs (the build system that was supposed to replace qmake) was deprecated, in favor of either cmake or qmake (both of which are still actively developed and supported).
replies(1): >>45766788 #
3. vhantz ◴[] No.45766788[source]
Qbs is deprecated. Building with qmake is still supported for end users of the Qt framework. For building Qt itself, since Qt6, the build system was moved to CMake.