2b40af7177
The manually maintained qrc file was missing corrupt_clut.bmp among others. Change-Id: I8916ba76a63950de03f25814d893306d046d273d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
14 lines
270 B
Prolog
14 lines
270 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qimagereader
|
|
SOURCES += tst_qimagereader.cpp
|
|
MOC_DIR=tmp
|
|
QT += core-private gui-private network testlib
|
|
|
|
RESOURCES += $$files(images/*)
|
|
|
|
android:!android-embedded {
|
|
RESOURCES += android_testdata.qrc
|
|
}
|
|
|
|
TESTDATA += images/* baseline/*
|