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

0001 Problem: 
0002 
0003 QtDesigner does not render component imported from custom QML module.
0004 
0005 Explanation:
0006 
0007 QtDesigner loads release versions of plugins. If custom QML module contains plugin its release
0008 version must be available to QtDesigner.
0009 
0010 Solution:
0011 
0012 Build plugin in release mode.