Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt Creator not recognising headers
Forum Updated to NodeBB v4.3 + New Features

Qt Creator not recognising headers

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 2 Posters 2.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.
  • B Offline
    B Offline
    bibek
    wrote on last edited by
    #1

    Whenever I try including some uncommon headers, Qt Creator is failing to link them. It says those files don't exist. I searched the installation folder & found that all files are perfectly in there.

    I compiled and created the sis file from the project once. It was working fine. But next day when I opened, it's giving me this error and not compiling. I'm basically stuck with the project.
    Anyone has any idea what to do? Reinstalling n purging has no effect

    !http://dl.dropbox.com/u/30937627/Share/Screenshots/Capture.JPG(error screenshot)!

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

      Add the folder containing those headers to qmake project:
      @
      INCLUDEPATH += path/to/those/headers
      @

      Or even to HEADERS and SOURCES respectfully.

      (Z(:^

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bibek
        wrote on last edited by
        #3

        Thanks sierdzio, One more question:

        I've those headers in this following address with respect to sdk install folder.
        What should be the path address? Relative to project? Or relative to sdk?

        I:\QtSDK\Symbian\SDKs\Symbian3Qt474\epoc32\include...\xxx.h

        1 Reply Last reply
        0
        • B Offline
          B Offline
          bibek
          wrote on last edited by
          #4

          It tried doing it. Headers were recognised, but I'm getting around 2000 critical errors!! How weird!
          What's wrong!!

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

            :)

            Obviously, I don't know what is wrong, you have not given us much clue ;)

            (Z(:^

            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