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

Headers not found

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 3.0k 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
    why it doesn't find my headers, even with an absolute path?

    in the *.pro file:
    INCLUDEPATH += ../SDK/bla/blaM

    in a *.h file i do:
    #include "ataAccess.h"

    and get:
    /ataAccess.h: No such file or directory
    Many thanks

    1 Reply Last reply
    0
    • R Offline
      R Offline
      Rahul Das
      wrote on last edited by
      #2

      bq. INCLUDEPATH += ../SDK/bla/blaM

      Isn't an absolute path!


      Declaration of (Platform) independence.

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

        The INCLUDEPATH variable can contain relative paths. But those are resolved relatively to the build dir, so that might be an issue here.

        http://www.catb.org/~esr/faqs/smart-questions.html

        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