aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlimport/data/QTBUG-77102/main.0.9.qml
blob: 53fc25699cb4b0d71b04560af73fb658f07bdf7a (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.12
import MyPlugin 0.9

Item {
    width: 100
    height: 100

    MyComponent {
        anchors.centerIn: parent
    }
}