57949b5f2d
We must add all test data to resources. Write output data into a writable location. Change-Id: I5a1c212f6108abf2a82288a2c84cfb31eda5e101 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
10 lines
249 B
Prolog
10 lines
249 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qimagewriter
|
|
QT += testlib
|
|
SOURCES += tst_qimagewriter.cpp
|
|
MOC_DIR=tmp
|
|
win32-msvc:QMAKE_CXXFLAGS -= -Zm200
|
|
win32-msvc:QMAKE_CXXFLAGS += -Zm800
|
|
android:!android-no-sdk:RESOURCES+= qimagewriter.qrc
|
|
TESTDATA += images/*
|