aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlbasicapp/manual_imports.cpp
blob: 61df826af469f5ebcb227e664f98a01bad5eb5c3 (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(TimeExample2Plugin)
Q_IMPORT_QML_PLUGIN(BasicExtension)