Move tst_qicon.cpp and tst_qpixmapfilter.cpp to QtWidgets

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>
bb10
Debao Zhang 2012-03-08 16:05:03 -08:00 committed by Qt by Nokia
parent 37546c563e
commit 2e886cfbcb
26 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,9 @@ SUBDIRS=\
qpixmap \
qpixmapcache \
qimage \
qpixmapfilter \
qimageiohandler \
qimagewriter \
qmovie \
qicon \
qpicture \
!contains(QT_CONFIG, private_tests): SUBDIRS -= \

View File

@ -1,4 +1,5 @@
TEMPLATE=subdirs
SUBDIRS=\
qgraphicseffect \
qpixmapfilter \

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -13,6 +13,7 @@ SUBDIRS=\
qwidget \
qwidget_window \
qwidgetaction \
qicon \
SUBDIRS -= qsound

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B