From d5bc8ab811f380116c5a55a777150bc47a43a6bb Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Thu, 29 Mar 2012 15:48:37 +0200 Subject: [PATCH] Fix platforms.pro scope to match all QNX platforms Change-Id: I4d8963bcdf91482cff9938df583178ac493b4b09 Reviewed-by: Thomas McGuire Reviewed-by: Oswald Buddenhagen --- src/plugins/platforms/platforms.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/platforms/platforms.pro b/src/plugins/platforms/platforms.pro index 6923322..442390f 100644 --- a/src/plugins/platforms/platforms.pro +++ b/src/plugins/platforms/platforms.pro @@ -12,7 +12,7 @@ mac { win32: SUBDIRS += windows -qnx-*-qcc { +qnx { SUBDIRS += qnx } -- 2.7.4