WARNING: winrt_manifest_install.path is not defined
Unsolved
Mobile and Embedded
-
I created "Qt Quick Application - Swipe" with the wizard in QT Creator. When I tried to build it for UWP I got:
13:48:53: Running steps for project App1... 13:48:53: Starting: "C:\Qt\Qt5.13.0\5.13.0\winrt_x86_msvc2017\bin\qmake.exe" E:\temp\App1\App1.pro -spec winrt-x86-msvc2017 "CONFIG+=debug" "CONFIG+=qml_debug" Info: creating stash file E:\temp\build-App1-Qt_5_13_0_for_UWP_32bit_MSVC_2017-Debug\.qmake.stash ..\App1\qml.qrc: Warning: potential duplicate alias detected: 'main.qml' ..\App1\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 13:48:56: The process "C:\Qt\Qt5.13.0\5.13.0\winrt_x86_msvc2017\bin\qmake.exe" exited normally. 13:48:56: Starting: "C:\Qt\Qt5.13.0\Tools\QtCreator\bin\jom.exe" -f E:/temp/build-App1-Qt_5_13_0_for_UWP_32bit_MSVC_2017-Debug/Makefile qmake_all jom 1.1.3 - empower your cores 13:48:56: The process "C:\Qt\Qt5.13.0\Tools\QtCreator\bin\jom.exe" exited normally. 13:48:56: Elapsed time: 00:04.
What winrt_manifest_install.path is and where to define it? How to create the manifest for the app?