1// Copyright (C) 2016 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 <QtQuickTest/quicktest.h>
5#include <QtCore/qstring.h>
6
7int main(int argc, char **argv)
8{
9 return quick_test_main(argc, argv, name: "qmltestrunner", sourceDir: ".");
10}
11

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