import QtQuick 2.0 import "singleton" Item { property QtObject singleton2: SingletonType; }