d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
18 lines
450 B
Prolog
18 lines
450 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
|