summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/android_deployment_settings/noop.cpp
blob: 9de6f56e70ef2d3937ef31c82e5b4e7dfdaecdb1 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

int main(int, char *[])
{
    return 0;
}