forked from qt-creator/qt-creator
Qnx: Add a BlackBerry setup page to setup the plugin
Change-Id: I7a15f29d1b0d25f41c8bec7c907da7c60d59dcc1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
f3b353545a
commit
37527b559c
@@ -34,6 +34,11 @@
|
||||
|
||||
#include "qnxconstants.h"
|
||||
|
||||
#include <utils/environment.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
#include <QTextStream>
|
||||
#include <QString>
|
||||
|
||||
namespace Qnx {
|
||||
@@ -47,6 +52,11 @@ public:
|
||||
static QString addQuotes(const QString &string);
|
||||
static Qnx::QnxArchitecture cpudirToArch(const QString &cpuDir);
|
||||
static QStringList searchPaths(QnxAbstractQtVersion *qtVersion);
|
||||
static QMultiMap<QString, QString> parseEnvironmentFile(const QString &fileName);
|
||||
static bool isValidNdkPath(const QString & ndkPath);
|
||||
static QString envFilePath(const QString & ndkPath);
|
||||
static void prependQnxMapToEnvironment(const QMultiMap<QString, QString> &qnxMap, Utils::Environment &env);
|
||||
static Utils::FileName executableWithExtension(const Utils::FileName &fileName);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user