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

import QtQml

QtObject { }