aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/designer/dummy_imports.qml
blob: 401692e570e8b66dd492bb3269ee924956cd0293 (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 QtQuick
import QtQuick.Controls

QtObject { }