diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 19:29:37 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 19:29:37 +0200 |
commit | 899ca952964a09bf2c2304b42d2ce0d859c99c39 (patch) | |
tree | 96bf473799500f91e02081521c44eaef1eca01a5 /framework/src/CMakeLists.txt | |
parent | cceb07e1ce6c161ad92d98b3922956c4a99e52db (diff) | |
download | kube-899ca952964a09bf2c2304b42d2ce0d859c99c39.tar.gz kube-899ca952964a09bf2c2304b42d2ce0d859c99c39.zip |
Ported away from webkit and to webengine
Diffstat (limited to 'framework/src/CMakeLists.txt')
-rw-r--r-- | framework/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index f7902aa7..b773748b 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt | |||
@@ -52,7 +52,7 @@ set(SRCS | |||
52 | ) | 52 | ) |
53 | 53 | ||
54 | add_library(frameworkplugin SHARED ${SRCS}) | 54 | add_library(frameworkplugin SHARED ${SRCS}) |
55 | qt5_use_modules(frameworkplugin Core Quick Qml WebKitWidgets Test) | 55 | qt5_use_modules(frameworkplugin Core Quick Qml WebEngineWidgets Test) |
56 | target_link_libraries(frameworkplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) | 56 | target_link_libraries(frameworkplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) |
57 | install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) | 57 | install(TARGETS frameworkplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) |
58 | 58 | ||