Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.7.0
-
None
-
Windows 1803 (with russian language)
-
-
74c55124754f63be11ac026201b82e398e9ca1bb
Description
I have installed Qt 5.11.1 using the online installer, and Visual Studio 2017 Community (is regularly updated). And I have Windows 10 1803. Windows has Russian language. Qt Creator has English language. Visual Studio has english language. And the Russian localization package is removed from Visual Studio so that Qt messages from the compiler come in English.
For example, I create a basic application Qt Quick Application - Swipe without changing anything in it.
When I run it through the kit Desktop Qt 5.11.1 MSVC2017 64 bit, everything runs well.
When I run it through the kit Qt 5.11.1 for UWP 64bit (MSVC 2017), then the run is interrupted by the execution of windeployqt.exe:
Unable to find source-code formatter for language: console. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml15:14:40: Running steps for project untitled7... 15:14:40: Starting: "D:\Qt\5.11.1\winrt_x64_msvc2017\bin\qmake.exe" D:\Harrix\Projects\QtProjects\untitled7\untitled7.pro -spec winrt-x64-msvc2017 "CONFIG+=debug" "CONFIG+=qml_debug" ..\qml.qrc: Warning: potential duplicate alias detected: 'main.qml' ..\qml.qrc: Warning: potential duplicate alias detected: 'main.qml' WARNING: winrt_manifest_install.path is not defined: install target not created WARNING: winrt_manifest_install.path is not defined: install target not created 15:14:41: The process "D:\Qt\5.11.1\winrt_x64_msvc2017\bin\qmake.exe" exited normally. 15:14:41: Starting: "D:\Qt\Tools\QtCreator\bin\jom.exe" qmake_all jom 1.1.2 - empower your cores 15:14:42: The process "D:\Qt\Tools\QtCreator\bin\jom.exe" exited normally. 15:14:42: Starting: "D:\Qt\Tools\QtCreator\bin\jom.exe" D:\Qt\Tools\QtCreator\bin\jom.exe -f Makefile.Debug 15:14:43: The process "D:\Qt\Tools\QtCreator\bin\jom.exe" exited normally. 15:14:43: Could not start process "windeployqt.exe" D:\Harrix\Projects\QtProjects\untitled7\_build\debug\untitled7.exe --qmldir D:\Harrix\Projects\QtProjects\untitled7 Error while building/deploying project untitled7 (kit: Qt 5.11.1 for UWP 64bit (MSVC 2017)) The kit Qt 5.11.1 for UWP 64bit (MSVC 2017) has configuration issues which might be the root cause for this problem. When executing step "Run windeployqt" 15:14:43: Elapsed time: 00:04.
Developer mode is enabled in Windows 10.
D:\Qt\5.11.1\winrt_x64_msvc2017\bin\windeployqt.exe exist.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-19400 Could not start process "windeployqt.exe"
- Closed