summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/qnx.pro
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2012-07-13 17:45:50 +0200
committerDaniel Teske <daniel.teske@nokia.com>2012-07-13 17:59:57 +0200
commit5a765c7ad821aa2660f83e590b4d5da526372168 (patch)
tree1c66109543751e679ae0aecddff6d972b96d4009 /src/plugins/qnx/qnx.pro
parent7184fabfc761abc9300e6f9af72b7d8c6729ada6 (diff)
downloadqt-creator-5a765c7ad821aa2660f83e590b4d5da526372168.tar.gz
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>
Diffstat (limited to 'src/plugins/qnx/qnx.pro')
-rw-r--r--src/plugins/qnx/qnx.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/qnx/qnx.pro b/src/plugins/qnx/qnx.pro
index 875d8548dd..af893549d8 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)