Kdenlive/Development/KF5
< Kdenlive | Development
Starting Kdenlive KF5 porting
Compiling MLT with Qt5 support The first step is to recompile MLT with Qt5 support. If you have both Qt4 and Qt5 installed you may need to manually set the path to Qt5 libs/include dirs.
On Kubuntu, you can do it by adding the following to the configure:
--qt-includedir=/usr/include/x86_64-linux-gnu/qt5 --qt-libdir=/usr/lib/x86_64-linux-gnu/