aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/singletontype/singletonTypeMinorVersionFail.qml
blob: 04eee77e750e6de76db34d89533a7ce1928ab333 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

// this qml file attempts to import an invalid version of a qobject singleton Type.

import Qt.test.qobjectApi 1.2 as QtTestMinorVersionQObjectApi // qobject singleton Type installed into existing uri with nonexistent minor version

QtObject {
    property int qobjectMinorVersionTest: QtTestMinorVersionedQObjectApi.qobjectTestProperty
}