forked from qt-creator/qt-creator
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: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
7184fabfc7
commit
5a765c7ad8
@@ -1,4 +1,4 @@
|
|||||||
<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>
|
<vendor>Research In Motion</vendor>
|
||||||
<copyright>(C) Research In Motion</copyright>
|
<copyright>(C) Research In Motion</copyright>
|
||||||
<license>
|
<license>
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ TARGET = Qnx
|
|||||||
QT += network xml
|
QT += network xml
|
||||||
PROVIDER = RIM
|
PROVIDER = RIM
|
||||||
|
|
||||||
|
isEmpty(QNX_ENABLE):QNX_EXPERIMENTAL_STR="true"
|
||||||
|
else:QNX_EXPERIMENTAL_STR="false"
|
||||||
|
|
||||||
include(../../qtcreatorplugin.pri)
|
include(../../qtcreatorplugin.pri)
|
||||||
include(qnx_dependencies.pri)
|
include(qnx_dependencies.pri)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user