aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltimer/android_dummy_imports.qml
blob: 696c139fd5d5522a20e73449a38c13e4bd435a83 (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 QtQml
import QtQuick

QtObject { }