Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Deploy problem WinRT with QtQuick Controls versions 1.4 and 2.0
Forum Updated to NodeBB v4.3 + New Features

Deploy problem WinRT with QtQuick Controls versions 1.4 and 2.0

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 1 Posters 787 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    levelxxl
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • L Offline
      L Offline
      levelxxl
      wrote on last edited by
      #2

      OK, its a bug in Qt 5.7.0

      https://bugreports.qt.io/browse/QTBUG-54021

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved