-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.3.1
-
None
Recipe to crash creator:
1. Use a CMake based project
2. Create with -G"CodeBlocks - Unix Makefiles" project files by command line
3. Open CMakeLists.txt in QtCreator
4. Select the used build directory
5. DON'T run CMake from the dialog
6. Finish cmake dialog
7. Start building
--> CRASH
Reason: A m_toolChain pointer is NULL.