Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. module "QtQuick" is not installed
QtWS25 Last Chance

module "QtQuick" is not installed

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 1.2k 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.
  • B Offline
    B Offline
    bronstein87
    wrote on last edited by bronstein87
    #1

    I'm trying to integrate my qml+three.js application with qwidget application.
    I included qml.qrc from qml project , added into qwidget app .pro file next:

    QT += qml quick
    QT += quickwidgets
    

    Then i did next:

    ui->quickWidget->setSource(QUrl(QStringLiteral("qrc:/main.qml")));
    

    but qml did not load and there are these errors:

    qrc:/main.qml:1 module "QtQuick" is not installed
    qrc:/main.qml:2 module "QtCanvas3D" is not installed
    qrc:/main.qml:3 module "QtQuick.Window" is not installed
    qrc:/main.qml:4 module "QtQuick.Controls" is not installed
    qrc:/main.qml:1 module "QtQuick" is not installed
    qrc:/main.qml:2 module "QtCanvas3D" is not installed
    qrc:/main.qml:3 module "QtQuick.Window" is not installed
    qrc:/main.qml:4 module "QtQuick.Controls" is not installed
    qrc:/main.qml:1 module "QtQuick" is not installed
    qrc:/main.qml:2 module "QtCanvas3D" is not installed
    qrc:/main.qml:3 module "QtQuick.Window" is not installed
    qrc:/main.qml:4 module "QtQuick.Controls" is not installed
    qrc:/main.qml:1 module "QtQuick" is not installed
    qrc:/main.qml:2 module "QtCanvas3D" is not installed
    qrc:/main.qml:3 module "QtQuick.Window" is not installed
    qrc:/main.qml:4 module "QtQuick.Controls" is not installed
    

    What i did wrong?

    OS: win7
    Qt version : 5.7

    UPD: it works in debug mode, but don't work in release. why?

    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