We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab6647 commit 6ac9885Copy full SHA for 6ac9885
cmake/LSLCMake.cmake
@@ -145,7 +145,7 @@ function(installLSLApp target)
145
message (STATUS \"Running windeployqt on $<TARGET_FILE:${target}>\")
146
execute_process(
147
COMMAND \"${QT_DEPLOYQT_EXECUTABLE}\" --no-translations
148
- --no-system-d3d-compiler --no-opengl-sw --no-virtualkeyboard
+ --no-system-d3d-compiler --no-opengl-sw
149
--no-compiler-runtime --dry-run --list mapping
150
\"$<TARGET_FILE:${target}>\"
151
OUTPUT_VARIABLE output
0 commit comments