Warning, /sdk/cutehmi/dev/Tips_tricks_and_clues/QtCreator/The_QML_emulation_layer_cannot_be_built.txt is written in an unsupported language. File is not indexed.

0001 Problem: 
0002 
0003 QtDesigner prints error message: "The QML emulation layer (QML Puppet) cannot be built" and
0004 falls back to QML emulation layer provided by QtCreator.
0005 
0006 Explanation:
0007 
0008 Problem occurs when path to QtCreator settings contains space(s). Qt is known for having troubles
0009 building projects, which contain spaces. It seems that settings path is somehow involved when 
0010 building QML emulation layer. Default path may contain spaces.
0011 
0012 Solution:
0013 
0014 Run QtCreator with -settingspath option: qtcreator.exe -settingspath path_without_spaces