aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/dummy_imports.qml
blob: 4917baae7fce3be722de6cad02641e17ed9c0b2e (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 Qt.labs.folderlistmodel // workaround, shouldn't we get that from Dialogs?

QtObject { }