aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/designer/android_dummy_imports.qml
blob: 431e72a8a3da9047b322dceec269aed94e11042f (plain)
1
2
3
4
5
6
7
8
// 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.Controls

QtObject { }