summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qimage/qimage.pro
blob: 0593cfbc230b262622148ccd2e83eba85bf0f802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: QMAKE_USE += user32 gdi32
darwin: LIBS += -framework CoreGraphics

TESTDATA += images/*