[rkward/frameworks] /: Requiring the WebKitWidgets Qt5 Module

David E. Narváez null at kde.org
Sun Oct 22 13:30:41 UTC 2017


Git commit c94033a419f44217815334bd73935a136a9596c2 by David E. Narváez.
Committed on 21/10/2017 at 17:44.
Pushed by narvaez into branch 'frameworks'.

Requiring the WebKitWidgets Qt5 Module

This is required for QWebPage, see

http://doc.qt.io/qt-5/sourcebreaks.html#changes-to-qt-webkit

M  +1    -1    CMakeLists.txt
M  +1    -1    rkward/windows/CMakeLists.txt

https://commits.kde.org/rkward/c94033a419f44217815334bd73935a136a9596c2

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05b36a23..16820f92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ INCLUDE(ECMAddAppIcon)
 INCLUDE(ECMMarkNonGuiExecutable)
 INCLUDE(FeatureSummary)
 
-FIND_PACKAGE(Qt5 5.2 CONFIG REQUIRED COMPONENTS Widgets Core Xml Network WebKit Script PrintSupport)
+FIND_PACKAGE(Qt5 5.2 CONFIG REQUIRED COMPONENTS Widgets Core Xml Network WebKitWidgets Script PrintSupport)
 FIND_PACKAGE(KF5 5.2 REQUIRED COMPONENTS CoreAddons DocTools I18n XmlGui TextEditor WidgetsAddons WebKit Parts Config Notifications WindowSystem OPTIONAL_COMPONENTS Crash)
 FIND_PACKAGE(Gettext REQUIRED)
 
diff --git a/rkward/windows/CMakeLists.txt b/rkward/windows/CMakeLists.txt
index 45767cd4..cfb37497 100644
--- a/rkward/windows/CMakeLists.txt
+++ b/rkward/windows/CMakeLists.txt
@@ -24,7 +24,7 @@ SET(windows_STAT_SRCS
 )
 
 ADD_LIBRARY(windows STATIC ${windows_STAT_SRCS})
-TARGET_LINK_LIBRARIES(windows Qt5::Widgets Qt5::Xml Qt5::PrintSupport KF5::TextEditor KF5::WebKit KF5::Notifications KF5::WindowSystem KF5::KIOFileWidgets)
+TARGET_LINK_LIBRARIES(windows Qt5::Widgets Qt5::Xml Qt5::PrintSupport Qt5::WebKitWidgets KF5::TextEditor KF5::WebKit KF5::Notifications KF5::WindowSystem KF5::KIOFileWidgets)
 
 ########### install files ###############
 



More information about the rkward-tracker mailing list