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. Compile project using external source and header files in multiple subfolders

Compile project using external source and header files in multiple subfolders

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 258 Views
  • 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.
  • T Offline
    T Offline
    Tiago M.Pinto
    wrote on last edited by Tiago M.Pinto
    #1

    Hi,

    I am trying to compile a DLL that requires several source and headers files stored outside my project directory. I know I could use INCLUDEPATH += "C: ..." to set a specific folder. However, as I don't know the dependencies and their full paths, I wanted Qt to search automatically for each file in all subfolders if provided the path of the main folder.

    Is there any way I could do this?

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Tiago-M-Pinto said in Compile project using external source and header files in multiple subfolders:

      Is there any way I could do this?

      No, the external library should provide it - if it does not you're on your own.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      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