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
runqttool.h File Reference

(a5bb88c896170ec0c719c3a73ce932cb8d5205ca)

#include <QtCore/qlibraryinfo.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qtemporaryfile.h>
#include <memory>
+ Include dependency graph for runqttool.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ createProjectDescription()

std::unique_ptr< QTemporaryFile > createProjectDescription ( QStringList args)

Definition at line 99 of file runqttool.cpp.

◆ runInternalQtTool()

void runInternalQtTool ( const QString & toolName,
const QStringList & arguments )

Definition at line 92 of file runqttool.cpp.

◆ runQtTool()

void runQtTool ( const QString & toolName,
const QStringList & arguments,
QLibraryInfo::LibraryPath location = QLibraryInfo::BinariesPath )

Definition at line 79 of file runqttool.cpp.