Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
projsongenerator.h
Go to the documentation of this file.
1// Copyright (C) 2025 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 PROJSONGENERATOR_H
5#define PROJSONGENERATOR_H
6
7#include <QtCore/qjsonarray.h>
8#include <QtCore/qstring.h>
9#include <QtCore/qstringlist.h>
10#include <QtCore/qhash.h>
11
12#include <vector>
13
14QT_BEGIN_NAMESPACE
15
16struct Project;
18
19Projects generateProjects(const QStringList &proFiles, const QStringList &translationsVariables,
20 const QHash<QString, QString> &outDirMap, int proDebug, bool verbose,
21 QString *errorString, QJsonArray *resultJson = nullptr);
22
23QT_END_NAMESPACE
24
25#endif // PROJSONGENERATOR_H
bool m_ignoreUnfinished
Definition translator.h:57
bool isProOrPriFile(const QString &filePath)
QStringList extractProFiles(QStringList *files)
std::vector< Project > Projects
std::vector< Project > Projects
Projects generateProjects(const QStringList &proFiles, const QStringList &translationsVariables, const QHash< QString, QString > &outDirMap, int proDebug, bool verbose, QString *errorString, QJsonArray *resultJson=nullptr)
static void printUsage()
Definition main.cpp:24
int main(int argc, char *argv[])
[ctor_close]
bool failOnInvalid
bool failOnUnfinished
bool removeIdentical