fa6bab9c58
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>
14 lines
293 B
Prolog
14 lines
293 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qimage
|
|
SOURCES += tst_qimage.cpp
|
|
|
|
QT += core-private gui-private testlib
|
|
qtConfig(c++11): CONFIG += c++11
|
|
|
|
android:!android-embedded: RESOURCES += qimage.qrc
|
|
|
|
win32:!winrt: LIBS += -lgdi32 -luser32
|
|
darwin: LIBS += -framework CoreGraphics
|
|
|
|
TESTDATA += images/*
|