summaryrefslogtreecommitdiffstats
path: root/src/linguist/shared/runqttool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linguist/shared/runqttool.h')
-rw-r--r--src/linguist/shared/runqttool.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/linguist/shared/runqttool.h b/src/linguist/shared/runqttool.h
index 16fe54fde..4d92066ce 100644
--- a/src/linguist/shared/runqttool.h
+++ b/src/linguist/shared/runqttool.h
@@ -29,13 +29,16 @@
#ifndef RUNQTTOOL_H
#define RUNQTTOOL_H
+#include <QtCore/qlibraryinfo.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qtemporaryfile.h>
#include <memory>
-void runQtTool(const QString &toolName, const QStringList &arguments);
+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);
#endif // RUNQTTOOL_H