aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/controls/fusion/tst_fusion.cpp
blob: b7aa9aa43448a16d75a684f91311f9b0bc043bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#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("Fusion");
    return quick_test_main(argc, argv, "tst_controls::Fusion", TST_CONTROLS_DATA);
}