aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltimer/dummy_imports.qml
blob: e189da66893b6eea01b9093cc42777c4b51fd8c7 (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.
// Otherwise, it fails to find the imports that are expressed in C++.

import QtQml
import QtQuick

QtObject { }