AcetoneISO can be ported to Qt5 by simply executing the following commands 
inside the source code:

sed -i 's/QtGui/QtWidgets/' sources/*
sed -i 's/getInteger/getInt/' sources/*
sed -i 's/WFlags/WindowFlags/' sources/*
sed -i 's/webkit/webkitwidgets/' acetoneiso.pro
sed -i 's/TARGET = /TARGET = acetoneiso/' acetoneiso.pro
sed -i 's/QT += phonon/LIBS += -lphonon4qt5/' acetoneiso.pro
sed -i 's@INCLUDEPATH.*$@& /usr/include/phonon4qt5/KDE@' acetoneiso.pro

Reply via email to