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. deployment failed in osx

deployment failed in osx

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 538 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.
  • S Offline
    S Offline
    sexh
    wrote on last edited by
    #1

    I am trying to deploy a local app, but the when I tried to do the
    qmake in terminal under the app folder directory, it has the error

    Project ERROR: Unknown module(s) in QT: charts
    

    I have the qt chart installed in when I ran the QT installer, and I also have included

    QT += charts
    

    in the .pro file.

    I've also tried to uninstalled and delete the folder ~/.config/QtProject/ for a fresh install. but same issue remain. Thanks for helping.

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Check what qmake you are running. Is it the one you installed?

      which qmake
      # Then
      qmake -version
      

      (Z(:^

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

        Hi,

        In addition to what @sierdzio wrote: always use the full path to the qmake version you want to use. You likely have several versions of Qt installed on your machine and you're not using the one you expect.

        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
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved