mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-05 01:51:41 +08:00
8 lines
180 B
C++
8 lines
180 B
C++
// 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;
|
|
}
|