aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlsplitlib/manual_imports.cpp
blob: f1b30f835239aa626be8a940e3d829edc6cbe894 (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 WITH Qt-GPL-exception-1.0

#include <QtQml/qqmlextensionplugin.h>

Q_IMPORT_QML_PLUGIN(TimeExamplePlugin)
Q_IMPORT_QML_PLUGIN(BasicExtension)