darwin: fix tst_qimage deps
the test uses CoreGraphics api directly, so it must link it explicitly.
amends b0abe20d4
.
Change-Id: I734bfbedff56df731c1e528670f686565b63f3b5
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
546eb7b947
commit
fa6bab9c58
@ -8,5 +8,6 @@ qtConfig(c++11): CONFIG += c++11
|
||||
android:!android-embedded: RESOURCES += qimage.qrc
|
||||
|
||||
win32:!winrt: LIBS += -lgdi32 -luser32
|
||||
darwin: LIBS += -framework CoreGraphics
|
||||
|
||||
TESTDATA += images/*
|
||||
|
Loading…
Reference in New Issue
Block a user