qt5base-lts/tests/auto/gui/image/qicon/qicon.pro
Bjoern Breitmeyer 32db7de207 fixed unittest builds for wince
removed printsupport tests for wince as there
is no print support on wince and removed the special
handling for wince from 4.8 on some tests as the dependent
modules are not part of qt base anymore

Change-Id: I4ffb22da11f98beee1013f775cb5ce4b936d3211
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-07-06 21:14:09 +02:00

11 lines
216 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qicon
QT += testlib
!contains(QT_CONFIG, no-widgets): QT += widgets
SOURCES += tst_qicon.cpp
RESOURCES = tst_qicon.qrc
TESTDATA += icons/* *.png *.svg *.svgz