I have the following in my .pro file:
macx {
include(mac.pri)
}
win32 {
include(win.pri)
}
These pri files include different code for the relevant platform and only the
correct files are compiled. However, rather than display only the relevant
files in the project tree as I would expect, Creator includes ALL of them as
though the conditions were not there.
I tried putting message() calls in the blocks above and only one or the other
is parsed when I run QMake so why is Creator displaying the wrong files?
I've noticed similar problems with configuration blocks - Creator includes the
files fall all configurations, even those are not active.
Is this a bug?
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator