Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. meshroom installation: Error occurred: "line module "Qt.xx" is not installed". How can I install "main.qml"

meshroom installation: Error occurred: "line module "Qt.xx" is not installed". How can I install "main.qml"

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
5 Posts 2 Posters 1.1k 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.
  • Z Offline
    Z Offline
    zahnspange
    wrote on last edited by
    #1

    Plugins loaded: CameraCalibration, CameraInit, CameraLocalization, CameraRigCalibration, CameraRigLocalization, ConvertSfMFormat, DepthMap, DepthMapFilter, ExportAnimatedCamera, ExportMaya, FeatureExtraction, FeatureMatching, ImageMatching, ImageMatchingMultiSfM, KeyframeSelection, MeshDecimate, MeshDenoising, MeshFiltering, MeshResampling, Meshing, PrepareDenseScene, Publish, SfMAlignment, SfMTransform, StructureFromMotion, Texturing
    WARNING:root:QQmlApplicationEngine failed to load component
    WARNING:root:file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:12 module "Controls" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:10 module "MaterialIcons" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:5 module "QtQuick.Window" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:8 module "Qt.labs.settings" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:3 module "QtQuick.Controls" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:11 module "Utils" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:6 module "QtQml.Models" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:1 module "QtQuick" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:4 module "QtQuick.Layouts" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:7 module "Qt.labs.platform" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:2 module "QtQuick.Controls" is not installed
    file:///C:/Users/esys_service/Downloads/Meshroom-2019.1.0-win64/Meshroom-2019.1.0/lib/meshroom/ui/qml/main.qml:12 module "Controls" is not installed

    In the file main.qml start:
    import QtQuick 2.7
    import QtQuick.Controls 2.3
    import QtQuick.Controls 1.4 as Controls1 // For SplitView
    import QtQuick.Layouts 1.1
    import QtQuick.Window 2.3
    import QtQml.Models 2.2
    import Qt.labs.platform 1.0 as Platform
    import Qt.labs.settings 1.0
    import GraphEditor 1.0
    import MaterialIcons 2.2
    import Utils 1.0
    import Controls 1.0

    ApplicationWindow {
    id: _window

    width: settings_General.windowWidth
    height: settings_General.windowHeight
    minimumWidth: 650
    minimumHeight: 500
    visible: true
    
    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      but did you install Qt with QML and all ?

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zahnspange
        wrote on last edited by
        #3

        I installed meshroom.19.2.0 with all the required components included. It was said that the installation progress is selve explaining. There was no need to install Qt with qml components.

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          zahnspange
          wrote on last edited by
          #4

          How to install Qt and main.qml?
          WARNING:root:QQmlApplicationEngine failed to load component.

          How can I fix that?

          Regards

          mrjjM 1 Reply Last reply
          0
          • Z zahnspange

            How to install Qt and main.qml?
            WARNING:root:QQmlApplicationEngine failed to load component.

            How can I fix that?

            Regards

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by mrjj
            #5

            @zahnspange
            Hi
            I would try a normal QML example and see if all is as it should be.
            The warnings/erros sounds like you dont have QML installed.

            You might need to install Qt with the online installer if you have not already done that.

            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