iOS: Fix build issues

This also prevents anything meaningful from working, but it is a
good starting point.

Change-Id: Idaf495ec29f611ee5342c79318bc3ace1d852747
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Andy Nichols
2013-03-05 15:23:13 +01:00
committed by The Qt Project
parent 6a83c20318
commit 04860b7a37
4 changed files with 15 additions and 12 deletions

View File

@@ -45,8 +45,11 @@ unix:!mac {
}
mac:!simulator {
SUBDIRS += audiocapture qt7
SUBDIRS += audiocapture
config_avfoundation: SUBDIRS += avfoundation
!ios {
SUBDIRS += qt7
config_avfoundation: SUBDIRS += avfoundation
}
}