Qnx: Re-enable CMake etc builds

This partially reverts 6e419d642a as the restriction is not need.
QNX + CMake is working fine.

Change-Id: I430c6e8c25f8975201892759abb20a52cb04e4a4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-04-06 11:54:41 +02:00
parent 9670c67704
commit 4a0bbed560

View File

@@ -32,7 +32,6 @@
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <remotelinux/remotelinuxrunconfigurationwidget.h> #include <remotelinux/remotelinuxrunconfigurationwidget.h>
#include <qmakeprojectmanager/qmakeprojectmanagerconstants.h>
#include <utils/environment.h> #include <utils/environment.h>
@@ -107,7 +106,6 @@ QnxRunConfigurationFactory::QnxRunConfigurationFactory()
{ {
registerRunConfiguration<QnxRunConfiguration>(Constants::QNX_QNX_RUNCONFIGURATION_PREFIX); registerRunConfiguration<QnxRunConfiguration>(Constants::QNX_QNX_RUNCONFIGURATION_PREFIX);
addSupportedTargetDeviceType(Constants::QNX_QNX_OS_TYPE); addSupportedTargetDeviceType(Constants::QNX_QNX_OS_TYPE);
addSupportedProjectType(QmakeProjectManager::Constants::QMAKEPROJECT_ID);
} }
} // namespace Internal } // namespace Internal