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