aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/customization/android_dummy_imports.qml
blob: d895cb0222c1ecdb5ed213537a3fc58aba7e3ee1 (plain)
1
2
3
4
5
6
7
8
9
// 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
import QtQuick.Window
import QtQuick.Controls

QtObject { }