aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlsqldatabase/dummy_imports.qml
blob: 63d33cbea645738782e7b65b64eedf95c21acf09 (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 QtQuick

QtObject { }