[Qt-creator] Performances concerns

Yves Bailly yves.bailly at sescoi.fr
Wed Feb 11 12:54:02 CET 2009


Hello all,

I'm using QtCreator RC1 on WindowsXP, having several project
files opened (5, one app using some DLLs), each project containing
just a few and not very long source files. Overall, about 30
source files, stored in sub-directories "src" in each project's
directory.

I noticed that QtCreator is simply freezing for a few seconds
(about 10-15 seconds) each time I try to add or remove a file
from a project. Adding a new or an existing file doesn't change
anything.

In my .pro files, I use some tweaks like the following:
CONFIG += warn_on dll debug_and_release
QMAKE_RESOURCE_FLAGS += -threshold 0 -compress 9
CONFIG(debug, debug|release) {
     OBJECTS_DIR = .objs_debug
     MOC_DIR = .moc_debug
     DLLDESTDIR = $$PWD/../bin_debug
}
else {
     OBJECTS_DIR = .objs_release
     MOC_DIR = .moc_release
     DLLDESTDIR = $$PWD/../bin_release
}
UI_DIR = .ui
RCC_DIR = .rcc
INCLUDEPATH += $$PWD/src

Can this be the cause of the freezing?

I can't try to reproduce this on Linux for now, but tell me if
there's something I can do to find the root cause.

Regards,

-- 
     /- Yves Bailly - Software developper  -\
     \- Sescoi France http://www.sescoi.fr -/
"The possible is done. The impossible is being done. For miracles,
thanks to allow a little delay."




More information about the Qt-creator-old mailing list