2e886cfbcb
QIcon and QPixmapFilter belong to QtWidgets instead of QtGui. Change-Id: I6d82811e04046edb0cc67c55970c161612e86d3f Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
13 lines
209 B
Prolog
13 lines
209 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qicon
|
|
|
|
QT += widgets testlib
|
|
SOURCES += tst_qicon.cpp
|
|
RESOURCES = tst_qicon.qrc
|
|
|
|
wince* {
|
|
QT += xml svg
|
|
DEPLOYMENT_PLUGIN += qsvg
|
|
}
|
|
TESTDATA += icons/* *.png *.svg *.svgz
|