aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generators/shiboken/shiboken.cpp
blob: 193b8e9022f3d03568cfcbc6deb9402cba4db5bf (plain)
1
2
3
4
5
6
7
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "cppgenerator.h"
#include "headergenerator.h"

EXPORT_GENERATOR_PLUGIN(new CppGenerator << new HeaderGenerator)