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
Forum Updated to NodeBB v4.3 + New Features

Compile project using external source and header files in multiple subfolders

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 215 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 11 Mar 2020, 17:27 last edited by Tiago M.Pinto 3 Nov 2020, 17:28
    #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
    • C Offline
      C Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on 11 Mar 2020, 18:38 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

      1/2

      11 Mar 2020, 17:27

      • Login

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