aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/dummy_imports.qml
blob: 8d86f3583b8622eb5f8832127c24771cb6024034 (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++
// code in tst_parserstress.cpp

import QtQml 2.0

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