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._______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
