lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17.09-beta 12 lines 630 B view raw
1diff -Naur kdenlive-17.04.1-upstream/CMakeLists.txt kdenlive-17.04.1/CMakeLists.txt 2--- kdenlive-17.04.1-upstream/CMakeLists.txt 2017-06-10 00:06:44.773146595 -0400 3+++ kdenlive-17.04.1/CMakeLists.txt 2017-06-10 00:07:35.766596566 -0400 4@@ -79,7 +79,7 @@ 5 check_include_files(malloc.h HAVE_MALLOC_H) 6 check_include_files(pthread.h HAVE_PTHREAD_H) 7 8-find_package(Qt5 REQUIRED COMPONENTS Core DBus Widgets Script Svg Quick ) 9+find_package(Qt5 REQUIRED COMPONENTS Core Concurrent DBus Widgets Script Svg Quick ) 10 find_package(Qt5 OPTIONAL_COMPONENTS WebKitWidgets QUIET) 11 12 find_package(KF5 5.23.0 OPTIONAL_COMPONENTS XmlGui QUIET)