QNX: Restructure plugins

Now that the MmRenderer implementation is ported to plain QNX, rename
the directories and files accordingly:

"blackberry" becomes "qnx", replace the Bb prefix with MmRenderer for
classes concerned with mm-renderer. The legacy alsa support for plain qnx
is now "qnx-audio".

Change-Id: I6abd98ecdd713b2d5e554d42224dc30f13772f43
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
This commit is contained in:
Frank Osterfeld
2013-11-05 14:28:08 +01:00
committed by The Qt Project
parent 66219c9a28
commit 99667804e1
88 changed files with 283 additions and 280 deletions

View File

@@ -13,8 +13,11 @@ android {
}
qnx {
SUBDIRS += blackberry
SUBDIRS += audiocapture qnx
SUBDIRS += qnx audiocapture
}
qnx:!blackberry {
SUBDIRS += qnx-audio
}
win32 {