QNX: Rename provider from RIM to BlackBerry

Change-Id: Ied33893b59364913a801cc0a613852641ba53338
Reviewed-by: Mehdi Fekari <mfekari@rim.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-02-01 13:45:29 +01:00
parent 44c9cd8fe2
commit 5b9ad2986d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
TEMPLATE = lib
TARGET = Qnx
QT += network xml
PROVIDER = RIM
PROVIDER = BlackBerry
include(../../qtcreatorplugin.pri)
include(qnx_dependencies.pri)

View File

@@ -4,7 +4,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
QtcPlugin {
name: "Qnx"
provider: "RIM"
provider: "BlackBerry"
Depends { name: "Core" }
Depends { name: "Debugger" }