From af84038bef9a60a6a4f4f7c2b43f5268923a1114 Mon Sep 17 00:00:00 2001 From: Jonas Rabbe Date: Tue, 2 Aug 2011 10:28:46 +1000 Subject: Fixed compile error on Mac OS X Lion, missing include statement. Also, don't try and build the quicktime/CG bits on QPA for now, since that really doesn't seem to work. Change-Id: If88b94bae3c092f2480318fa169250c03de44784 Reviewed-on: http://codereview.qt.nokia.com/2545 Reviewed-by: Qt Sanity Bot Reviewed-by: Jonas Rabbe --- src/plugins/plugins.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 6ae546f72..bc82c60b3 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -41,5 +41,6 @@ unix:!mac { } mac:!simulator { - SUBDIRS += audiocapture qt7 + SUBDIRS += audiocapture + !qpa: SUBDIRS += qt7 } -- cgit v1.2.3