49517ac1dc
Add all test data to resources. Change-Id: Id42a4c033b75409f65cb4d56ebf1161336b93832 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
18 lines
452 B
Prolog
18 lines
452 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qicoimageformat
|
|
SOURCES+= tst_qicoimageformat.cpp
|
|
QT += testlib
|
|
|
|
wince*: {
|
|
CONFIG(debug, debug|release):{
|
|
addPlugins.files = $$QT_BUILD_TREE/plugins/imageformats/qico4d.dll
|
|
} else {
|
|
addPlugins.files = $$QT_BUILD_TREE/plugins/imageformats/qico4.dll
|
|
}
|
|
addPlugins.path = imageformats
|
|
DEPLOYMENT += addPlugins
|
|
}
|
|
TESTDATA += icons/*
|
|
android:RESOURCES+=qicoimageformat.qrc
|