forked from qt-creator/qt-creator
Blackberry: Remove blackberry support
Keep QNX. A short informal search did not turn up any more blackberry users, even though there is interest in QNX. So this patch removes the platform: We had no contact with the maintainers in months, there are no changes going into the code for about as long. I am not even aware of anybody testing the platform, so any remaining users are probably better of with Qt Creator 3.2 or so where the code was extensively tested. Change-Id: Ibeda6bfd8565599918cfcc08fd01cb5ed8793dc2 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "qnxutils.h"
|
||||
#include "qnxabstractqtversion.h"
|
||||
#include "qnxqtversion.h"
|
||||
|
||||
#include <utils/hostosinfo.h>
|
||||
#include <utils/synchronousprocess.h>
|
||||
@@ -68,7 +68,7 @@ QnxArchitecture QnxUtils::cpudirToArch(const QString &cpuDir)
|
||||
return UnknownArch;
|
||||
}
|
||||
|
||||
QStringList QnxUtils::searchPaths(QnxAbstractQtVersion *qtVersion)
|
||||
QStringList QnxUtils::searchPaths(QnxQtVersion *qtVersion)
|
||||
{
|
||||
const QDir pluginDir(qtVersion->versionInfo().value(QLatin1String("QT_INSTALL_PLUGINS")));
|
||||
const QStringList pluginSubDirs = pluginDir.entryList(QDir::Dirs | QDir::NoDotAndDotDot);
|
||||
|
||||
Reference in New Issue
Block a user