aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/singletontype/singletonTypeMinorVersionFail.qml
blob: 6746388e21a1fd239994d0a13e4af0f73f633687 (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.7 as QtTestMinorVersionQObjectApi // qobject singleton Type installed into existing uri with nonexistent minor version

QtObject {
    property int qobjectMinorVersionTest: QtTestMinorVersionedQObjectApi.qobjectTestProperty
}