Skip to content
Snippets Groups Projects
Commit e0a7c985 authored by Eike Ziller's avatar Eike Ziller Committed by hjk
Browse files

Remove experimental flag from QNX plugin.


Change-Id: I3a3beced9001580ce15a74431ed73c52f432de44
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 55c44bf2
No related branches found
No related tags found
No related merge requests found
<plugin name=\"Qnx\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"$$QNX_EXPERIMENTAL_STR\"> <plugin name=\"Qnx\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
<vendor>Research In Motion</vendor> <vendor>Research In Motion</vendor>
<copyright>(C) 2012 Research In Motion</copyright> <copyright>(C) 2012 Research In Motion</copyright>
<license> <license>
......
...@@ -3,9 +3,6 @@ TARGET = Qnx ...@@ -3,9 +3,6 @@ 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)
......
...@@ -14,9 +14,6 @@ QtcPlugin { ...@@ -14,9 +14,6 @@ QtcPlugin {
Depends { name: "RemoteLinux" } Depends { name: "RemoteLinux" }
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] } Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
property bool enable: false
property var pluginspecreplacements: ({"QNX_EXPERIMENTAL_STR": (enable ? "false" : "true")})
cpp.defines: base.concat(["QT_NO_CAST_TO_ASCII", "QT_NO_CAST_FROM_ASCII"]) cpp.defines: base.concat(["QT_NO_CAST_TO_ASCII", "QT_NO_CAST_FROM_ASCII"])
cpp.includePaths: [ cpp.includePaths: [
"..", "..",
......
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