> Hi > > Is there any way to get qtCreator to compile in parallel? I tried > exporting MAKEOPTS before starting qtCreator, but it didn't seem to work. That depends on the platform. We are simply calling the platforms make command. All, but nmake support parallel building via the environment variable MAKEFLAGS. daniel