aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/dummy_imports.qml
blob: a4684b20073e22bcdbaa7ed9fa4ff8e7a22726eb (plain)
1
2
3
4
5
6
7
8
9
// 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 the
// C++ code belonging to the test.

import QtQml 2.0
import QtQuick 2.6

QtObject { }    // This is needed in order to keep importscanner happy