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

Item {
    width: MySettings.baseWidth
    height: 100

    MyComponent {
        anchors.centerIn: parent
    }
}