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. Module "QtQuick.Controls" is not installed
QtWS25 Last Chance

Module "QtQuick.Controls" is not installed

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.7k 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.
  • M Offline
    M Offline
    matuQt
    wrote on last edited by
    #1

    hi guys, i write a simple project by qt 5.3 in qt quick 1. when i insert "import QtQuick.Controls 1.0" or "import QtMultimedia 5.0" and run it, it show me this error "module "module "QtQuick.Controls" is not installed" or "module "QtMultimedia" is not installed". what 's the problem? this is my code

    import QtQuick 1.1
    import QtQuick.Controls 1.0
    import QtMultimedia 5.0

    Application {

    MouseArea {
        anchors.fill: parent
        onClicked: {
            Qt.quit();
        }
    }
    
    Text {
        text: qsTr("Hello World")
        anchors.centerIn: parent
    }
    

    }

    1 Reply Last reply
    0
    • M Offline
      M Offline
      matuQt
      wrote on last edited by
      #2

      i used qt creator and my os is windows 7

      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