iOS: Add missing QuartzCore dependency to platform plugin
Change-Id: Ic69a5a7faa9b7f9907d0325260b6b6e2389a4c3a Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>bb10
parent
cb25d67f01
commit
8716c42ee2
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue