Deploy problem WinRT with QtQuick Controls versions 1.4 and 2.0
-
Hello everybody,
I have a problem deploying a Qt Quick App as a WinRT version. The same App runs on Android and OS X without a problem. So this affects only WinRT.
Basically I have written a small App with Qt Quick Controls 2.0, but because the calendar in Qt Quick Controls 2.0 is not finished, I used the Qt Quick Controls 1.4 Calendar.
import QtQuick.Controls 1.4 as C
As soon as I import both import QtQuick.Controls 1.4 and import QtQuick.Controls 2.0 in my project, I will not run on WinRT and the App hangs with the message
module "QtQuick.Controls" version 1.4 is not installed
I tested this on a blank project, with the same result. If I only import one QtQuick.Controls version it works, only if I import both, the app will not run and its always the 1.4 version, thats missing.
So I assume, there is a problem with windeploy. Is there a way to manually add a QtQuick module to windeploy?
Thanks
-
OK, its a bug in Qt 5.7.0