forked from qt-creator/qt-creator
CMake: Provide generators for Qnx/BB kits
Task-number: QTCREATORBUG-12210 Change-Id: Ie7cd3e9f95b823d166ad83018ec3199068132e5e Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Mehdi Fekari
parent
48629270aa
commit
761c412181
@@ -44,6 +44,7 @@
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <texteditor/fontsettings.h>
|
||||
#include <remotelinux/remotelinux_constants.h>
|
||||
#include <qnx/qnxconstants.h>
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <QFormLayout>
|
||||
@@ -184,7 +185,9 @@ QList<GeneratorInfo> GeneratorInfo::generatorInfosFor(ProjectExplorer::Kit *k, N
|
||||
return results;
|
||||
Core::Id deviceType = ProjectExplorer::DeviceTypeKitInformation::deviceTypeId(k);
|
||||
if (deviceType != ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE
|
||||
&& deviceType != RemoteLinux::Constants::GenericLinuxOsType)
|
||||
&& deviceType != RemoteLinux::Constants::GenericLinuxOsType
|
||||
&& deviceType != Qnx::Constants::QNX_QNX_OS_TYPE
|
||||
&& deviceType != Qnx::Constants::QNX_BB_OS_TYPE)
|
||||
return results;
|
||||
ProjectExplorer::Abi targetAbi = tc->targetAbi();
|
||||
if (n != ForceNinja) {
|
||||
|
||||
Reference in New Issue
Block a user