This commit is contained in:
2026-03-04 23:54:50 +01:00
parent 3a2abf90f6
commit a622739deb
11 changed files with 538 additions and 329 deletions

View File

@@ -23,6 +23,7 @@ add_library(rktwebview_qt SHARED
webviewwindow.h webviewwindow.cpp
webviewapp.h webviewapp.cpp
rktutils.h rktutils.cpp
command.h command.cpp
)
target_link_libraries(rktwebview_qt PRIVATE Qt${QT_VERSION_MAJOR}::Widgets)