windows....sigh
This commit is contained in:
BIN
private/lib/windows/x86_64/rktwebview.dll
Normal file
BIN
private/lib/windows/x86_64/rktwebview.dll
Normal file
Binary file not shown.
BIN
private/lib/windows/x86_64/rktwebview_prg.exe
Normal file
BIN
private/lib/windows/x86_64/rktwebview_prg.exe
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
private/lib/windows/x86_64/rktwebview_test.exe
Normal file
BIN
private/lib/windows/x86_64/rktwebview_test.exe
Normal file
Binary file not shown.
@@ -142,7 +142,12 @@
|
||||
(putenv "QTWEBENGINE_LOCALES_PATH"
|
||||
(path->string (build-path os-lib-dir "translations" "qtwebengine_locales")))
|
||||
(putenv "RKT_WEBVIEW_PRG"
|
||||
(let ((p
|
||||
(path->string (build-path os-lib-dir rktwebview-prg)))
|
||||
)
|
||||
(displayln p)
|
||||
p
|
||||
))
|
||||
(when (eq? os 'linux)
|
||||
(putenv "QT_QPA_PLATFORM" "xcb")
|
||||
(putenv "LD_LIBRARY_PATH"
|
||||
@@ -222,8 +227,19 @@
|
||||
eval_js_failed = 3
|
||||
no_devtools_on_platform = 4
|
||||
no_delegate_for_context = 5
|
||||
webview_missing_dependency = 6
|
||||
webview_canceled = 7
|
||||
webview_invalid_state = 8
|
||||
webview_invalid_argument = 9
|
||||
webview_unspecified = 10
|
||||
webview_dispatch_failed = 11
|
||||
move_failed = 12
|
||||
resize_failed = 13
|
||||
choose_dir_failed = 14
|
||||
open_file_failed = 15
|
||||
save_file_failed = 16
|
||||
failed = 17
|
||||
invalid_handle = 18
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user