import QtQuick 2.0
import "../SpecificComponent"

Item {
    property SpecificComponent sc: SpecificComponent { }
}
