And Hi again! ) I try learning QML\Qt for GUI and faced with problem. I can't register c++ class for QML. I do this qmlRegisterType<MyTestClassName>("MyClass",1,0,"MyClassMod"); where MyTestClassName is my custom class project compile normaly, but when start, I get error: Undefined symbol _Zn8re ......