blob: 2e070d961f45982692408a3d130d5a09a0dd6616 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#include <QtAppManMain/mainmacro.h>
using namespace Qt::StringLiterals;
QT_AM_MAIN({u":/qt/qml/SystemUI/"_s})
|