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. Include paths
Qt 6.11 is out! See what's new in the release blog

Include paths

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 3.4k Views 1 Watching
  • 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
    mike4
    wrote on last edited by
    #1

    Hi
    I get:
    /usr/include/qt4/QtCore/qmap.h:45: Fehler:QtCore/qatomic.h: No such file or directory
    on Ubuntu 10.04 but it's present within qt4/... directory.
    How to set the correct path and where?
    Thanks
    Michael

    1 Reply Last reply
    0
    • L Offline
      L Offline
      loladiro
      wrote on last edited by
      #2

      When using qmake, it usually automatically sets the includepath to the Qt header files (as long as you specify them with
      @
      QT += core
      @ etc. (though core nad gui are specified by default).
      Did you move your header files? As a workaround you can use the -I compiler flag (or INCLUDEPATH in qmake).

      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