aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlsplitlib/manual_imports.cpp
blob: dd1c8dbe89aeef32e7985effc2d40e5a8062e738 (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(TimeExamplePlugin)
Q_IMPORT_QML_PLUGIN(BasicExtension)