Git commit 788f6ad767649857e661efb60516b7747da236ff by Raphael Kubo da Costa. Committed on 01/07/2012 at 04:53. Pushed by rkcosta into branch 'KDE/4.9'.
Do not make all runners depend on QJson's presence. Partly revert 096b06888d41078a958761d5e82f3191c57636f9: only the Bing, DuckDuckGo and YouTube runners depend on QJson, and its presence is already checked for in runners/CMakeLists.txt. CC'ing kde-packager and release-team in case people have started hard-depending on qjson in the betas or the RC. CCMAIL: [email protected] CCMAIL: [email protected] CCMAIL: [email protected] M +1 -4 CMakeLists.txt http://commits.kde.org/kdeplasma-addons/788f6ad767649857e661efb60516b7747da236ff diff --git a/CMakeLists.txt b/CMakeLists.txt index f3a3042..eba537c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,10 +60,7 @@ include_directories (${KDE4_INCLUDES} add_subdirectory(libs) add_subdirectory(applets) add_subdirectory(dataengines) - -if (QJSON_FOUND) - add_subdirectory(runners) -endif (QJSON_FOUND) +add_subdirectory(runners) add_subdirectory(scriptengines) add_subdirectory(wallpapers) _______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
