aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/platforms/android/qtquickview_service/main.cpp
blob: 28f901be82885d193483993592e8ed33de31b5f6 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QGuiApplication>

int main(int argc, char *argv[])
{
    QGuiApplication app(argc, argv);

    return app.exec();
}