1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#include "qmlpreviewapplication.h"
5
6int main(int argc, char *argv[])
7{
8 QmlPreviewApplication app(argc, argv);
9 app.parseArguments();
10 return app.exec();
11}
12

source code of qtdeclarative/tools/qmlpreview/main.cpp