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 <qt_sanity_bot@ovi.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Jonas Rabbe
2011-08-02 10:28:46 +10:00
committed by Qt by Nokia
parent ec29f594b4
commit af84038bef
4 changed files with 13 additions and 7 deletions

View File

@@ -41,5 +41,6 @@ unix:!mac {
}
mac:!simulator {
SUBDIRS += audiocapture qt7
SUBDIRS += audiocapture
!qpa: SUBDIRS += qt7
}