From: Rafael Roquetto Date: Thu, 29 Mar 2012 13:48:37 +0000 (+0200) Subject: Fix platforms.pro scope to match all QNX platforms X-Git-Tag: 071012110112~1908 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5bc8ab811f380116c5a55a777150bc47a43a6bb;p=profile%2Fivi%2Fqtbase.git Fix platforms.pro scope to match all QNX platforms Change-Id: I4d8963bcdf91482cff9938df583178ac493b4b09 Reviewed-by: Thomas McGuire Reviewed-by: Oswald Buddenhagen --- 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 }