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

#include <QtQuickTest/quicktest.h>
#include <QtWidgets/QApplication>

int main(int argc, char *argv[])
{
    QApplication app(argc, argv);
    return quick_test_main(argc, argv, "example", QUICK_TEST_SOURCE_DIR);
}