iOS: Add missing QuartzCore dependency to platform plugin

Change-Id: Ic69a5a7faa9b7f9907d0325260b6b6e2389a4c3a
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
bb10
Tor Arne Vestbø 2012-11-01 23:01:56 +01:00
parent cb25d67f01
commit 8716c42ee2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ DESTDIR = $$QT.gui.plugins/platforms
QT += opengl
QT += core-private gui-private platformsupport-private opengl-private widgets-private
LIBS += -framework UIKit
LIBS += -framework UIKit -framework QuartzCore
OBJECTIVE_SOURCES = main.mm \
qiosintegration.mm \