<div dir="ltr"><div><div><div><div><div>So I have been trying to do a melt build under Qt5.<br></div>I have  Dan's build_melt.sh as a starting point. It would sucesfully build against Qt4.<br></div>I changed the  QT_INCLUDE_DIR to<br>QT_INCLUDE_DIR="/usr/include/qt5"<br><br>(/usr/include/x86_64-linux-gnu/qt5 - the include dir suggested at <a href="https://community.kde.org/Kdenlive/Development/KF5">https://community.kde.org/Kdenlive/Development/KF5</a> for kbuntu does not exist on my Ubuntu 14.04 instal. But /usr/include/qt5 does.<br><br>I also made<br>QT_LIB_DIR="/usr/lib/x86_64-linux-gnu/"<br><br></div>as per  <a href="https://community.kde.org/Kdenlive/Development/KF5">https://community.kde.org/Kdenlive/Development/KF5</a><br><br></div>However, my build fails with <br>make[2]: Entering directory `/home/god/my_local_build/melt/src/mlt/src/modules/qt'<br><br>g++ -I/usr/include/qt5 -I/usr/include/qt5/QtCore -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtXml -I/usr/include/qt5/QtSvg -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtOpenGL -I/home/god/my_local_build/melt/20141227/include -I/usr/include/eigen3/ -I../.. -I/home/god/my_local_build/melt/20141227/include -I/usr/include/eigen3/ -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DARCH_X86_64 -Wall -DPIC   -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DUSE_QT_OPENGL -I/usr/include/libexif -DUSE_EXIF  -Wno-deprecated   -c -o kdenlivetitle_wrapper.o kdenlivetitle_wrapper.cpp<br>kdenlivetitle_wrapper.cpp:30:28: fatal error: QGraphicsSvgItem: No such file or directory<br> #include <QGraphicsSvgItem><br>                            ^<br>compilation terminated.<br><br>I can find QGraphicsSvgItem in /usr/include/qt<b>4</b>/Qt/qgraphicssvgitem.h<br>but not in  /usr/include/qt<b>5</b><br><br></div>Why don't I have qgraphicssvgitem.h headers I wonder?<br></div>