qt6-bb10/qtdeclarative/tests/auto/quickcontrols/customization/dummy_imports.qml

10 lines
269 B
QML

// 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 { }