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. Qt 5.5.1. missing QML after build
Forum Updated to NodeBB v4.3 + New Features

Qt 5.5.1. missing QML after build

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 1.9k Views 1 Watching
  • 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.
  • I Offline
    I Offline
    IGORYAN
    wrote on last edited by
    #1

    I builded Qt 5.5.1 from source which was found in Src folder from official "Qt 5.5.1 for Windows 32-bit (MinGW 4.9.2, 1.0 GB)" with MSVC2015 x64 (VisualStudio 2015). Everything works just fine except one: there are no some QML modules:

    QQmlApplicationEngine failed to load component
    qrc:/qml/dashboard.qml:43 module "QtQuick.Controls" is not installed
    qrc:/qml/dashboard.qml:44 module "QtQuick.Controls.Styles" is not installed
    qrc:/qml/dashboard.qml:45 module "QtQuick.Extras" is not installed
    qrc:/qml/dashboard.qml:43 module "QtQuick.Controls" is not installed
    qrc:/qml/dashboard.qml:44 module "QtQuick.Controls.Styles" is not installed
    qrc:/qml/dashboard.qml:45 module "QtQuick.Extras" is not installed
    qrc:/qml/dashboard.qml:43 module "QtQuick.Controls" is not installed
    qrc:/qml/dashboard.qml:44 module "QtQuick.Controls.Styles" is not installed
    qrc:/qml/dashboard.qml:45 module "QtQuick.Extras" is not installed
    

    Comparing to similar folder from mingw492_32 some files are missed.
    Why are they missed?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Looks like the qtquickcontrols module wasn't built or installed properly. Otherwise if you want to use a pre-built VS2015 package, you can use the 5.6 Beta

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      I 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi and welcome to devnet,

        Looks like the qtquickcontrols module wasn't built or installed properly. Otherwise if you want to use a pre-built VS2015 package, you can use the 5.6 Beta

        I Offline
        I Offline
        IGORYAN
        wrote on last edited by
        #3

        @SGaist yes, you were right. I found solution - just builded missing modules from official 5.5.1 source with QtCreator and then installed them with nmake.
        Anyway thanks for reply.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You're welcome !

          Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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