Skip to content
Snippets Groups Projects
Commit 5a765c7a authored by Daniel Molkentin's avatar Daniel Molkentin Committed by Daniel Teske
Browse files

Mark QNX plugin as experimental for now, just like the Android plugin.


It will still be built to ensure inclusion in the QA process and to
avoid build breakage, but will not be loaded by default.

Change-Id: I9b5253d6f1b1174f8c4226febaa3559dc9bd60d5
Reviewed-by: default avatarDaniel Teske <daniel.teske@nokia.com>
parent 7184fabf
No related branches found
No related tags found
No related merge requests found
<plugin name=\"Qnx\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
<plugin name=\"Qnx\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"$$QNX_EXPERIMENTAL_STR\">
<vendor>Research In Motion</vendor>
<copyright>(C) Research In Motion</copyright>
<license>
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment