aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache/android_dummy_imports.qml
blob: 573ab4e934350379c52620a1a05c40e67f753c5c (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 QtQuick

QtObject { }