diff --git a/private/racket-webview-qt.rkt b/private/racket-webview-qt.rkt index 40bb349..649520e 100644 --- a/private/racket-webview-qt.rkt +++ b/private/racket-webview-qt.rkt @@ -59,7 +59,8 @@ (define webview-lib-file libname) (displayln (format "~a - ~a" (current-directory) webview-lib-file)) -(putenv "QT_PLUGIN_PATH" (path->string (build-path (current-directory) "plugins"))) +; c:\qt\6.10.2\msvc2022_64\bin\windeployqt.exe rktwebview_qt_test.exe +(putenv "QT_PLUGIN_PATH" (path->string (current-directory))) (putenv "QTWEBENGINEPROCESS_PATH" "c:\\devel\\racket\\racket-webview\\rktwebview_qt\\build\\Release\\QtWebEngineProcess.exe") (putenv "QTWEBENGINE_RESOURCES_PATH" @@ -69,17 +70,17 @@ (define libs '(Qt6Core.dll Qt6Positioning.dll - Qt6Concurrent.dll + ;Qt6Concurrent.dll Qt6Gui.dll Qt6Widgets.dll ;qwindows.dll Qt6Svg.dll Qt6Network.dll Qt6OpenGL.dll - Qt6OpenGLWidgets.dll + ;Qt6OpenGLWidgets.dll Qt6PrintSupport.dll Qt6Qml.dll - Qt6Xml.dll + ;Qt6Xml.dll Qt6QmlModels.dll Qt6QmlWorkerScript.dll Qt6QmlMeta.dll