![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qlibraryinfo.h>#include <QtCore/qstring.h>#include <QtCore/qstringlist.h>#include <QtCore/qtemporaryfile.h>#include <memory>Go to the source code of this file.
Functions | |
| void | runQtTool (const QString &toolName, const QStringList &arguments, QLibraryInfo::LibraryPath location=QLibraryInfo::BinariesPath) |
| void | runInternalQtTool (const QString &toolName, const QStringList &arguments) |
| std::unique_ptr< QTemporaryFile > | createProjectDescription (QStringList args) |
| std::unique_ptr< QTemporaryFile > createProjectDescription | ( | QStringList | args | ) |
Definition at line 97 of file runqttool.cpp.
| void runInternalQtTool | ( | const QString & | toolName, |
| const QStringList & | arguments ) |
Definition at line 90 of file runqttool.cpp.
| void runQtTool | ( | const QString & | toolName, |
| const QStringList & | arguments, | ||
| QLibraryInfo::LibraryPath | location = QLibraryInfo::BinariesPath ) |
Definition at line 77 of file runqttool.cpp.