From 99667804e1c64cace1246d4ce342a218fc1fb1ba Mon Sep 17 00:00:00 2001 From: Frank Osterfeld Date: Tue, 5 Nov 2013 14:28:08 +0100 Subject: 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 --- src/plugins/qnx/common/common.pri | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/plugins/qnx/common/common.pri (limited to 'src/plugins/qnx/common/common.pri') diff --git a/src/plugins/qnx/common/common.pri b/src/plugins/qnx/common/common.pri new file mode 100644 index 000000000..1a6693474 --- /dev/null +++ b/src/plugins/qnx/common/common.pri @@ -0,0 +1,7 @@ +INCLUDEPATH += $$PWD + +HEADERS += \ + $$PWD/windowgrabber.h + +SOURCES += \ + $$PWD/windowgrabber.cpp -- cgit v1.2.3