qml webengine is running

I'll need to figure out the best way to show the html slideshow later
but it's running and can accept html.
This commit is contained in:
Chris Cochrun 2023-04-28 05:46:02 -05:00
parent c1711f231b
commit a7e3cfa39f
4 changed files with 8 additions and 3 deletions

View file

@ -29,7 +29,7 @@ include(ECMPoQmTools)
kde_enable_exceptions()
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets Sql X11Extras QmlImportScanner)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Test Gui QuickControls2 Widgets Sql X11Extras QmlImportScanner WebEngine)
find_package(KF5 ${KF_MIN_VERSION} REQUIRED COMPONENTS Kirigami2 CoreAddons I18n Archive)
# find_package(PkgConfig REQUIRED)
@ -124,6 +124,7 @@ target_link_libraries(${CRATE} INTERFACE
Qt5::Widgets
Qt5::Sql
Qt5::X11Extras
Qt5::WebEngine
KF5::Kirigami2
KF5::I18n
KF5::Archive