forked from qt-creator/qt-creator
		
	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:
		@@ -1,7 +1,7 @@
 | 
			
		||||
TEMPLATE = lib
 | 
			
		||||
TARGET = Qnx
 | 
			
		||||
QT += network xml
 | 
			
		||||
PROVIDER = RIM
 | 
			
		||||
PROVIDER = BlackBerry
 | 
			
		||||
 | 
			
		||||
include(../../qtcreatorplugin.pri)
 | 
			
		||||
include(qnx_dependencies.pri)
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
 | 
			
		||||
 | 
			
		||||
QtcPlugin {
 | 
			
		||||
    name: "Qnx"
 | 
			
		||||
    provider: "RIM"
 | 
			
		||||
    provider: "BlackBerry"
 | 
			
		||||
 | 
			
		||||
    Depends { name: "Core" }
 | 
			
		||||
    Depends { name: "Debugger" }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user