[Qt-creator] QtCreator 2.0 and wildcards on project files
Bradley Smith
bradley at baysmith.com
Sat May 8 08:12:46 CEST 2010
I noticed the same problem and found that a workaround may be to use $
$files.
For example, try
HEADERS += $$files(./inc/*.h)
More information about the Qt-creator-old
mailing list