Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.0.0
-
None
-
Windows 8.1
Visual Studio 2013
Description
When compiling a Debug version with QtCreator with the automatically created profile qtc_desktop,
I got a compile error because several processes are accessing the same file (PDB file)
The option "/FS" needs to be added to the cxxFlags and for C flags too.