forked from qt-creator/qt-creator
Remove experimental flag from QNX plugin.
Change-Id: I3a3beced9001580ce15a74431ed73c52f432de44 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<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>
|
||||
<copyright>(C) 2012 Research In Motion</copyright>
|
||||
<license>
|
||||
|
@@ -3,9 +3,6 @@ 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)
|
||||
|
||||
|
@@ -14,9 +14,6 @@ QtcPlugin {
|
||||
Depends { name: "RemoteLinux" }
|
||||
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.includePaths: [
|
||||
"..",
|
||||
|
Reference in New Issue
Block a user