Hi,
the parsing of our (somewhat special) .pro files stopped working with
5e23cf2968b3c08f49b0c34c4aa3d151dbc10f89
What we do is we generate the entries in SOURCES for the .cpp files from the .h
files in HEADERS. Before the given commit QtCreator showed the .cpp files
correctly, but after the commit only .h files are visible in the tree.
We have something like this to generate the SOURCES:
for(hFile, HEADERS) {
cppFile = $$replace(hFile,\\.h,.cpp)
exists($$cppFile):SOURCES *= $$cppFile
}
thanks and
take care, have fun
/christian
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator