It's some days that I'm no more able to compile Kdenlive from GIT<br>I get this error:<br>/kdenlive/src/utils/KoIconUtils.cpp: In function ‘QIcon KoIconUtils::themedIcon(const QString&)’:<br>/kdenlive/src/utils/KoIconUtils.cpp:41:39: error: invalid use of incomplete type ‘class QPalette’<br>     QColor background = qApp->palette().window().color();<br>                                       ^<br>In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvariant.h:40:0,<br>                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QVariant:1,<br>                 from /usr/include/KF5/KConfigCore/kconfig.h:32,<br>                 from /usr/include/KF5/KConfigCore/ksharedconfig.h:25,<br>                 from /usr/include/KF5/KConfigCore/kcoreconfigskeleton.h:28,<br>                 from /usr/include/KF5/KConfigGui/kconfigskeleton.h:28,<br>                 from /kdenlive/build/src/kdenlivesettings.h:6,<br>                 from /kdenlive/src/utils/KoIconUtils.h:23,<br>                 from /kdenlive/src/utils/KoIconUtils.cpp:19:<br>/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:1874:1: note: forward declaration of ‘class QPalette’<br> QT_FOR_EACH_STATIC_GUI_CLASS(QT_FORWARD_DECLARE_STATIC_TYPES_ITER)<br> ^<br>src/CMakeFiles/kdenlive.dir/build.make:4252: recipe for target 'src/CMakeFiles/kdenlive.dir/utils/KoIconUtils.cpp.o' failed<br>make[2]: *** [src/CMakeFiles/kdenlive.dir/utils/KoIconUtils.cpp.o] Error 1<br>make[2]: *** Waiting for unfinished jobs....<br>CMakeFiles/Makefile2:571: recipe for target 'src/CMakeFiles/kdenlive.dir/all' failed<br>make[1]: *** [src/CMakeFiles/kdenlive.dir/all] Error 2<br>Makefile:138: recipe for target 'all' failed<br>make: *** [all] Error 2<br><br>What can I do?<br>Thanks in advance.<br><br>Massimo