After the latest modify https://git.launchpad.net/kdenlive/commit/?id=4e4870bbb16b0c83cade0eff3aeeedda190e3be6 it's no more possible to compile Kdenlive. The error is this one: mainwindow.cpp:244:36: error: ‘GroupedDragging’ is not a member of ‘QMainWindow’ Reproducible: Always Steps to Reproduce: 1.Open the terminal and write 2.git clone https://git.launchpad.net/kdenlive 3.cd kdenlive 4.mkdir build 5.cd build 6.cmake .. -DCMAKE_INSTALL_PREFIX=/install/path 7.make -j4 Actual Results: Compiling operation stops at 98% with error: mainwindow.cpp:244:36: error: ‘GroupedDragging’ is not a member of ‘QMainWindow’ Expected Results: Compiling operations end successfully at 100%
I'm sorry for the mistake in signaling this bug. I didn't read there was to update a library. I did it and everything worked. I guess we can close and delete this bug signalisation.