qt6windows7/tests/auto/other/android_deployment_settings/noop.cpp

8 lines
180 B
C++
Raw Normal View History

2023-11-02 05:23:55 +08:00
// 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;
}