aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlbasicapp/manual_imports.cpp
blob: 57adb572ddd4d3b0444c41a3d1858e0ab7f843ac (plain)
1
2
3
4
5
6
7
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include <QtQml/qqmlextensionplugin.h>

Q_IMPORT_QML_PLUGIN(TimeExample2Plugin)
Q_IMPORT_QML_PLUGIN(BasicExtension)