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. How to add IT++ to QT on Windows 7
Qt 6.11 is out! See what's new in the release blog

How to add IT++ to QT on Windows 7

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.7k 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.
  • A Offline
    A Offline
    archound
    wrote on last edited by
    #1

    Is there an easy way to pass a folder with a lot of header files into the project?
    I would like my code to identify location like:
    #include <itpp/base/vec.h>

    However, I could not find any directory for which it works. I do not want to alter every <THIS> because there is like a hundreds of such header files with hundreds of includes.

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

      In qmake, you can do this:
      @
      INCLUDEPATH+=/path/to/your/folder
      @

      Then you can just include file names in your code.

      Or, of course, you can simply create a bash script and iterate through all files and change paths with sed.

      (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