1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef QSCXMLC_H
5#define QSCXMLC_H
6
7#include <QtCore/qglobal.h>
8
9QT_BEGIN_NAMESPACE
10
11int run(const QStringList &arguments);
12
13QT_END_NAMESPACE
14
15#endif // QSCXMLC_H
16

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of qtscxml/tools/qscxmlc/qscxmlc.h