import QtQuick 2.0 import org.qtproject.SingletonTest 2.5 Item { property variant singletonInstance: SingletonType; }