iOS, nsphotolibrarysupport: add missing framework dependency

The plugin depends on Foundation.

Change-Id: I39d28d16223764e96209d022165a4d146c4b825b
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
Richard Moe Gustavsen 2016-11-04 11:29:31 +01:00
parent 776cecf5dc
commit 94ba4733cd

View File

@ -1,7 +1,7 @@
TARGET = qiosnsphotolibrarysupport
QT += core gui gui-private
LIBS += -framework UIKit -framework AssetsLibrary
LIBS += -framework Foundation -framework UIKit -framework AssetsLibrary
HEADERS = \
qiosfileengineassetslibrary.h \