-
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user