aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/controls/ios/tst_ios.cpp
blob: 11c6f35b0bbefbdc8d5e2e40e050413b63d24363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include <QtQuickTest/quicktest.h>
#include <QtQuickControls2/qquickstyle.h>

int main(int argc, char *argv[])
{
    QTEST_SET_MAIN_SOURCE_PATH
    qputenv("QML_NO_TOUCH_COMPRESSION", "1");
    QQuickStyle::setStyle("iOS");
    return quick_test_main(argc, argv, "tst_controls::iOS", TST_CONTROLS_DATA);
}