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

Item {
    width: MySettings.baseWidth
    height: 100

    MyComponent {
        anchors.centerIn: parent
    }
}