Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtWidget/QAction no such file or directory
QtWS25 Last Chance

QtWidget/QAction no such file or directory

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 8.3k 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.
  • G Offline
    G Offline
    gladiator
    wrote on last edited by
    #1

    I am making a qt application. Same application compiles fine in linux and windows but is giving an error in mac OS X 10.6 :

    QtWidgets/QAction no such file or directory

    i have this line in my .pro file
    QT += core gui xml network widgets

    can any body tell me how to solve this problem. My QT version is 5.0.2.

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

      Try including only QAction:
      @
      #include <QAction>
      @

      (Z(:^

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gladiator
        wrote on last edited by
        #3

        Yea I did exactly that don't know why the difference. I am facing lot of other errors in mac actually .Downgrading to qt 4.8 also did not helped me.

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

          Seems my answer disappeared...

          Are you using a custom Qt build ?

          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

          • Login

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