2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
2012-05-24 08:05:55 +00:00
|
|
|
CONFIG += parallel_test
|
2011-10-25 01:38:02 +00:00
|
|
|
TARGET = tst_qicoimageformat
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES+= tst_qicoimageformat.cpp
|
2011-10-25 01:38:02 +00:00
|
|
|
QT += testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
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
|
2012-01-16 23:36:37 +00:00
|
|
|
DEPLOYMENT += addPlugins
|
2011-04-27 10:05:43 +00:00
|
|
|
}
|
2012-01-16 23:36:37 +00:00
|
|
|
TESTDATA += icons/*
|
2014-12-19 14:11:01 +00:00
|
|
|
android:RESOURCES+=qicoimageformat.qrc
|