Skip to content

Commit 6ac9885

Browse files
committed
removed --no-virtual-keyboard option in windeployqt because it is not supported in slightly older versions of Qt
1 parent dab6647 commit 6ac9885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/LSLCMake.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function(installLSLApp target)
145145
message (STATUS \"Running windeployqt on $<TARGET_FILE:${target}>\")
146146
execute_process(
147147
COMMAND \"${QT_DEPLOYQT_EXECUTABLE}\" --no-translations
148-
--no-system-d3d-compiler --no-opengl-sw --no-virtualkeyboard
148+
--no-system-d3d-compiler --no-opengl-sw
149149
--no-compiler-runtime --dry-run --list mapping
150150
\"$<TARGET_FILE:${target}>\"
151151
OUTPUT_VARIABLE output

0 commit comments

Comments
 (0)