aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/doc/snippets/testApp/tests/main.cpp
blob: cf68ddb5de40a75265d9d50a71a9936e3549152c (plain)
1
2
3
4
5
6
7
8
9
// # Copyright (C) 2023 The Qt Company Ltd.
// # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [main]
#include <QtQuickTest/quicktest.h>
#include "setup.h"

QUICK_TEST_MAIN_WITH_SETUP(TestQML, Setup)
//! [main]