[Qt-creator] QtCreator 2.0 and wildcards on project files
Gustavo Federico Bett
gfbett at gmail.com
Thu May 6 16:02:10 CEST 2010
Hi All,
I'm working on a project that builds on three platforms, and to handle the
platform specific code we have .pro files with something like this:
# Header files
HEADERS += ./inc/*.h
include = ./inc/$${platform}/*.h
exists($$include) {
HEADERS += $$include
}
So we have a folder for each platform and a the "platform" variable is
defined with the folder name for each platform. That make adding new files,
and moving them around very easy, but... I just tried the new QtCreator 2.0
beta, and it seems that the new qtcreator is unable to handle the wildcards
on the .pro files (with QtCreator 1.3.1 it works like a charm). It doesn't
show any file on the projects. Any idea on how can I solve this?? (without
having to rewrite all the .pro files ... )
Thanks in advance
Regards
--
Gustavo Federico Bett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100506/b388066c/attachment.html
More information about the Qt-creator-old
mailing list