[Qt-creator] QtCreator 2.0 and wildcards on project files

Oswald Buddenhagen oswald.buddenhagen at nokia.com
Thu May 6 18:09:38 CEST 2010


On Thu, May 06, 2010 at 04:02:10PM +0200, ext Gustavo Federico Bett wrote:
> # Header files
> HEADERS += ./inc/*.h
> include = ./inc/$${platform}/*.h
> exists($$include) {
>         HEADERS += $$include
>         }
> 
that should work in theory, at least for the platform you are currently
building for. please make a complete minimal test case and file a bug.




More information about the Qt-creator-old mailing list