Hi, On the cpp project loading, BlockingKProcess is called on QString getVerboseGccIncludePath(bool *ok) at setuphelper.cpp If I understand it correctly the GUI should not be blocked while external process is being run. However, my GUI blocks at BlockingKProcess::enter_loop(). Anyone can fix it? Or it's only my problem?