hi,

Why this doesn't work anymore, 2.7.0 QtCreator is not work correctly.


INCLUDEPATH += $${SRCPATH}test
DEPENDPATH += $${SRCPATH}test
HEADERS += $${SRCPATH}test.h
SOURCES += $${SRCPATH}test.cpp
Qtcreator is not able to show files and folders but project itselft is build correctly. Also if Test class has a syntax error, I will get error for that. Is this bug ?