aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols2/customization/dummy_imports.qml
blob: 40d9cea712058e69a32391e3e74afa0449d225bc (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 C++.

import QtQuick
import QtQuick.Window
import QtQuick.Controls

QtObject { }