Results 1 to 1 of 1

Thread: module "QtQuick" version 2.5 is not installed

  1. #1
    Join Date
    Nov 2015
    Posts
    2
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default module "QtQuick" version 2.5 is not installed

    I've just installed qt creator on a third PC from the qt creator webpage with the online instalator. On the first 2 computers everything is working but on mine it doesn't want to go. Can I somehow install the QtQuick 2.5 or what to do? If I just rewrite it to 2.2 it throws the same problem. That's the application output: I'm on ubuntu gnome 15.04


    QML debugging is enabled. Only use this in a safe environment.
    QQmlApplicationEngine failed to load component
    qrc:///main.qml:31 Type Login unavailable
    qrc:///Login.qml:1 module "QtQuick" version 2.5 is not installed

    in the main:

    import QtQuick 2.5
    import QtQuick.Controls 1.4
    import QtQuick.Layouts 1.2
    import QtQuick.Window 2.0

    in the Login:

    import QtQuick 2.5
    import QtQuick.Controls 1.2
    import Qt.labs.folderlistmodel 1.0
    import QtQuick.Layouts 1.1
    import QtQuick.Controls.Styles 1.1
    import QtQuick.Window 2.0
    Last edited by kristian1112; 9th December 2015 at 13:59.

Similar Threads

  1. Replies: 1
    Last Post: 10th December 2015, 01:52
  2. QML: module "QtQuick.Controls" plugin "qtquickcontrolsplugin" not found on iOS
    By ChristianH in forum Installation and Deployment
    Replies: 0
    Last Post: 22nd August 2015, 17:53
  3. Error: plugin cannot be loaded for module "QtQuick".
    By user_mail07 in forum Qt Quick
    Replies: 2
    Last Post: 25th April 2015, 13:49
  4. Replies: 32
    Last Post: 25th August 2012, 23:10
  5. error:module "com.nokia.symbian" is not installed
    By vinayaka in forum Qt Programming
    Replies: 1
    Last Post: 26th February 2012, 07:39

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.