iOS, nsphotolibrarysupport: add missing framework dependency
The plugin depends on Foundation. Change-Id: I39d28d16223764e96209d022165a4d146c4b825b Reviewed-by: Jake Petroules <jake.petroules@qt.io>bb10
parent
776cecf5dc
commit
94ba4733cd
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue