Qt 6.11 is out! See what's new in the release
blog
Include all source files in a subfolder
Qt Creator and other tools
5
Posts
4
Posters
11.2k
Views
1
Watching
-
I'd like to be able to just include all source and header files in a subfolder in the .pro file.
Something like
SOURCES += src/*.cpp
Is this possible?
Please.. It is such a pain always adding and deleting individual files.
-
Take a look to this "thread":http://qt-project.org/forums/viewthread/4730.
-
Alright guys, I quickly wrote up a Java file to parse my .pri file to re-generate it based on the INCLUDEPATH.
If anyone else wants this work around you can find the source code here:
http://blog.softpoetry.com/2012/05/qt-way-to-include-all-source-files.html*Only tested it on my Mac