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. Dependent (that clearly exists) does not exist error when building Qt Creator project
Forum Updated to NodeBB v4.3 + New Features

Dependent (that clearly exists) does not exist error when building Qt Creator project

Scheduled Pinned Locked Moved Unsolved General and Desktop
24 Posts 13 Posters 13.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.
  • S saurabhjadhav1911

    this might help:
    add the following to .pro file

    QMAKE_PROJECT_DEPTH = 0
    

    this will make all Makefile includes to absolute paths

    L Offline
    L Offline
    lb1234
    wrote on last edited by
    #21

    @saurabhjadhav1911 thanks~

    1 Reply Last reply
    0
    • L leon_t

      @saurabhjadhav1911 Add QMAKE_PROJECT_DEPTH = 0 to .pro file works for me, thanks very much.

      SprezzaturaS Offline
      SprezzaturaS Offline
      Sprezzatura
      wrote on last edited by
      #22

      @leon_t Amazing! It works! Why?

      1 Reply Last reply
      1
      • S saurabhjadhav1911

        this might help:
        add the following to .pro file

        QMAKE_PROJECT_DEPTH = 0
        

        this will make all Makefile includes to absolute paths

        J Offline
        J Offline
        JPinasQT
        wrote on last edited by
        #23

        @saurabhjadhav1911 It works for me!!! Thanks a lot

        1 Reply Last reply
        0
        • S saurabhjadhav1911

          this might help:
          add the following to .pro file

          QMAKE_PROJECT_DEPTH = 0
          

          this will make all Makefile includes to absolute paths

          H Offline
          H Offline
          happio
          wrote on last edited by
          #24

          @saurabhjadhav1911 Amazing! It works. Thank you very much!! But why?

          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