summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorJonas Rabbe <jonas.rabbe@nokia.com>2011-08-02 10:28:46 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-04 06:01:48 +0200
commitaf84038bef9a60a6a4f4f7c2b43f5268923a1114 (patch)
tree03580a64b20ce1ec8078f46d4e99ab1ca729c254 /src/plugins
parentec29f594b4f51abab5482b1e1fa60dfc29c153a2 (diff)
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>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/plugins.pro3
1 files changed, 2 insertions, 1 deletions
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
}