-
Bug
-
Resolution: Incomplete
-
P3: Somewhat important
-
None
-
5.4.0
-
None
-
Qt 5.4.0 / Windows Phone 8.1 ARM
Visual Studio 2013 Ultimate (Update 4), Windows 8.1 Pro
Creating a Visual Studio 2013 project in the project directory using "windeploy" works, e.g. all required plugins are copied during compilation in Visual Studio:
qmake -tp vc myproject.pro "CONFIG+=windeployqt"
When the command is called from a subdirectory in the project path (so that the main path is not cluttered with all the Visual Studio stuff) some plugins are not copied (especially qmltooling, QtQuick, QtQuick.2):
qmake -tp vc ../myproject.pro "CONFIG+=windeployqt"
Some plugins, such as imageformats, platform, or sqldriver are copied correctly in both cases.