-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 1.3.0, Qt Creator 1.3.1
-
None
-
Windows XP
-
8c6fc0c454ec27b7953f9f8e731df4758071fca4
1. I create project file like this:
TARGET = test
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h \
../common.h
FORMS += mainwindow.ui
2. QtCreator put it file in other folder(see attachment).
3. When i click on this folder - QtCreator stops responding and i must kill them.