JonMagon / KDiskMark

A simple open-source disk benchmark tool for Linux distros
GNU General Public License v3.0
1.04k stars 43 forks source link

Consider switching to Qt 6 #145

Closed Integral-Tech closed 1 week ago

Integral-Tech commented 5 months ago

KDE Plasma 6 was released several weeks ago, which is based on Qt 6. Maybe it's time to switch to Qt 6 for KDiskMark.

I am using KDE Plasma 6 on my laptop now.

Samueru-sama commented 5 months ago

Yeah turns out kdiskmark was what was preventing me from nuking qt5 from my system.

Good thing there's an available appimage in the releases, I just integrated that into my system to get rid of qt5 lol.

JonMagon commented 4 months ago

I updated the code to make the project build for Qt 6, but libpolkit-qt6-1-1 and libpolkit-qt6-1-dev are not available for Ubuntu right now, so it's not possible to build a binary deb archive using CI