From dc1f0c4c0096013799416664894c5194dc7e1f52 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 23:13:39 +0800 Subject: chore(store): move everything to store. --- works/teapot/main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 works/teapot/main.cpp (limited to 'works/teapot/main.cpp') diff --git a/works/teapot/main.cpp b/works/teapot/main.cpp deleted file mode 100644 index 804f8ff..0000000 --- a/works/teapot/main.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause - -#include -#include -#include - -int main(int argc, char *argv[]) -{ - QGuiApplication app(argc, argv); - QSurfaceFormat::setDefaultFormat(QQuick3D::idealSurfaceFormat()); - qputenv("QT_QUICK_CONTROLS_STYLE", "Basic"); - - QQmlApplicationEngine engine; - engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); - if (engine.rootObjects().isEmpty()) - return -1; - - return app.exec(); -} -- cgit v1.2.3