summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/macplist/app/main.cpp
blob: 2f07fe3c25f78e9cbbbd98c3350e192d51fd8578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only


#include <QtWidgets/QApplication>

int main(int argc, char **argv)
{
    QApplication app(argc, argv);

    return 0;
}