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. Limit of size of the INCLUDE_PATH
Forum Updated to NodeBB v4.3 + New Features

Limit of size of the INCLUDE_PATH

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 236 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.
  • J Offline
    J Offline
    jnraguenes
    wrote on last edited by jnraguenes
    #1

    Hello,

    I would like to know if there is a limit of size for INCLUDE_PATH and if it is possible to increase it.

    I have the following build error:
    Error: dependent 'release\mocinclude.opt' does not exist.

    I had already seen it in the past and found that it was directly or indirectly linked to the number of items in the INCLUDE_PATH, and solved it by reorganizing my dependancies.

    I have again this issue now that i use OpenCV in my project
    There are one include directory to add to the INCLUDE_PATH per module used.

    Until 20 items in the INCLUDE_PATH, i have no build error. But now i need to add 3 more items, and i have again this build error:
    Error: dependent 'release\mocinclude.opt' does not exist.

    Is there any way to solve this issue ?

    Thanks in advance,

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      hi
      Some OS have a limit for the max path.
      https://mspoweruser.com/ntfs-260-character-windows-10/

      1 Reply Last reply
      1

      • Login

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