File indexing completed on 2024-04-21 15:02:51

0001 /*
0002  * This file is part of KQuickCharts
0003  * SPDX-FileCopyrightText: 2019 Arjen Hiemstra <ahiemstra@heimr.nl>
0004  * SPDX-FileCopyrightText: 2022 Alexander Lohnau <alexander.lohnau@gmx.de>
0005  *
0006  * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0007  */
0008 
0009 #include <QtQuickTest>
0010 
0011 #ifdef IMPORT_KQUICKCHARTS_QML_PLUGIN
0012 #include <QPluginLoader>
0013 Q_IMPORT_PLUGIN(QuickChartsPlugin)
0014 #endif
0015 
0016 QUICK_TEST_MAIN(Charts)