rodlie / qtfm

Qt File Manager
https://qtfm.eu
GNU General Public License v2.0
156 stars 43 forks source link

Drop support for qmake #188

Open H5117 opened 1 year ago

H5117 commented 1 year ago

qmake is deprecated now in favor of CMake. As the project already have support for building with CMake, qmake can be removed.

rodlie commented 1 year ago

I see no reason to remove qmake support yet as we support old versions of Qt.

H5117 commented 1 year ago

IMHO multiple build systems is an extra work for you and contributors with negligible benefits (installing CMake is just a single command in a package manager). And personally I would like to see QtFM ported to Qt6 sooner or later. But feel free to close if you don't agree with me.

rodlie commented 1 year ago

qmake stays for legacy reasons, but don't have to be updated for Qt6.