Warning, /sdk/cutehmi/dev/Tips_tricks_and_clues/QtCreator/Designer_does_not_render_custom_QML_module_components_2.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 If custom QML module contains plugin and plugin depends on other libraries, QtCreator must be 
0008 able to load all required dependencies.
0009 
0010 Solution:
0011 
0012 Create script, which will run QtCreator and add directories containing required 
0013 libraries to PATH environmental variable.