aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/singletontype/singletonTypeMajorVersionFail.qml
blob: af20f8c77f47dd97544656154676494c1bd0e081 (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 4.0 as QtTestMajorVersionQObjectApi // qobject singleton Type installed into existing uri with nonexistent major version

QtObject {
    property int qobjectMajorVersionTest: QtTestMajorVersionQObjectApi.qobjectTestProperty
}