summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_interface/widget_test/main.cpp
blob: 0a47f43d8439efb730f3e94d7dc13e4aee4e05ac (plain)
1
2
3
4
5
6
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QString>
#include <QWidget>

int main(int, char**) { QWidget w; w.show(); return 0; }