aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsmanagedvalue/android_dummy_imports.qml
blob: 2b1e932048891f81bf5891144769b4926cec1503 (plain)
1
2
3
4
5
6
7
// This file exists for the sole purpose for qmlimportscanner to find
// which modules it needs to extract for deployment on Android.
// Otherwise, it fails to find the imports that are expressed in C++.

import QtQml

QtObject { }