aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlpropertymap/dummy_imports.qml
blob: 4ae9d3f2cf2b1665bb7f7866702d225ac88bc05d (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 the
// C++ code belonging to the test.

import QtQuick 2.0

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