Hi,
Using QT4.1, I have a .pro file with HEADERS += ... and a long list of files. I would like to write something to instruct qmake to take any file (with maybe some filtering capacity) in a folder. Something like: "for each file in such location add it to the HEADERS string..."
Thanks in advance