dd4220b6e6
Change-Id: I48c83fa0c5eccd86a5242fc8ed51ac6d7623f7f3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
17 lines
413 B
Prolog
17 lines
413 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/*
|