diff --git a/src/plugins/qnx/Qnx.pluginspec.in b/src/plugins/qnx/Qnx.pluginspec.in index 98f5caa2b4c..f76b41c61a6 100644 --- a/src/plugins/qnx/Qnx.pluginspec.in +++ b/src/plugins/qnx/Qnx.pluginspec.in @@ -1,4 +1,4 @@ - + Research In Motion (C) Research In Motion diff --git a/src/plugins/qnx/qnx.pro b/src/plugins/qnx/qnx.pro index 875d8548ddf..af893549d8d 100644 --- a/src/plugins/qnx/qnx.pro +++ b/src/plugins/qnx/qnx.pro @@ -3,6 +3,9 @@ TARGET = Qnx QT += network xml PROVIDER = RIM +isEmpty(QNX_ENABLE):QNX_EXPERIMENTAL_STR="true" +else:QNX_EXPERIMENTAL_STR="false" + include(../../qtcreatorplugin.pri) include(qnx_dependencies.pri)