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. Deploying QtQuick Applications on Mac (Qt 5.1.1)

Deploying QtQuick Applications on Mac (Qt 5.1.1)

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 4 Posters 1.6k 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
    mszak50
    wrote on last edited by
    #1

    I have an application that uses QtQuick that I am having trouble deploying on Mac (it deploys on Windows just fine).

    The error I get when running the program is "module "QtQuick" is not installed".

    Where in the application bundle is the QtQuick folder supposed to go?

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

      Hi and welcome to devnet,

      Did you follow the "Mac OS X deployment guide":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-mac.html ?

      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
      0
      • Z Offline
        Z Offline
        zokipirlo
        wrote on last edited by
        #3

        Me too :(

        If I create an app using File->New project->QTQuick 2 Application (built-in type) and after build I run macdeployqt the only thing I get is White screen and “QtQuick” is not installed”.

        What am I missing?

        P.S: It doesn't work even with 5.2.0 beta1 or rc1 (snapshot from 26.11)

        1 Reply Last reply
        0
        • G Offline
          G Offline
          Gentle22
          wrote on last edited by
          #4

          Hi all,

          I have exactly the same problem. I am on OSX 10.9 and Qt 5.1.1. After building the Hello World QtQuick 2.0 (built in types) app I run macdeploy.

          The dependencies before were:
          /Users/georg/Qt/5.1.1/clang_64/lib/QtQuick.framework/Versions/5/QtQuick (compatibility version 5.1.0, current version 5.1.1)
          /Users/georg/Qt/5.1.1/clang_64/lib/QtQml.framework/Versions/5/QtQml (compatibility version 5.1.0, current version 5.1.1)
          /Users/georg/Qt/5.1.1/clang_64/lib/QtNetwork.framework/Versions/5/QtNetwork (compatibility version 5.1.0, current version 5.1.1)
          /Users/georg/Qt/5.1.1/clang_64/lib/QtCore.framework/Versions/5/QtCore (compatibility version 5.1.0, current version 5.1.1)
          /Users/georg/Qt/5.1.1/clang_64/lib/QtGui.framework/Versions/5/QtGui (compatibility version 5.1.0, current version 5.1.1)
          /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
          /System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
          /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 60.0.0)
          /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)

          And after the run:
          @executable_path/../Frameworks/QtQuick.framework/Versions/5/QtQuick (compatibility version 5.1.0, current version 5.1.1)
          @executable_path/../Frameworks/QtQml.framework/Versions/5/QtQml (compatibility version 5.1.0, current version 5.1.1)
          @executable_path/../Frameworks/QtNetwork.framework/Versions/5/QtNetwork (compatibility version 5.1.0, current version 5.1.1)
          @executable_path/../Frameworks/QtCore.framework/Versions/5/QtCore (compatibility version 5.1.0, current version 5.1.1)
          @executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui (compatibility version 5.1.0, current version 5.1.1)
          /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
          /System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
          /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 60.0.0)
          /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)

          That looks fine for me, but if I try to run the app, I get a small white rectangle and the error message:
          main.qml:1:1: module "QtQuick" is not installed
          import QtQuick 2.0

          I read almost every post about the Qml Deploy topic, but all end with the solution of removing double slashes, which was fixed with Qt 5.1.1. Any suggestions.

          Cheers
          Georg

          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