Kdenlive/Development/KF5

From KDE Community Wiki
Revision as of 17:23, 29 November 2014 by Jbm (talk | contribs) (Kdenlive KF5 porting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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/