Move tst_qprinter.cpp to QtPrintSupport

QPrinter and QPrinterInfo belong to QtPrintSupport.

Change-Id: I0c146e0c717be365e752c1eaf7dbe6765fb72da2
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Debao Zhang 2012-03-09 18:43:21 -08:00 committed by Qt by Nokia
parent 57cf7c8a1b
commit 4eeb07d886
10 changed files with 8 additions and 2 deletions

View File

@ -13,6 +13,7 @@ SUBDIRS += \
concurrent \
other \
widgets \
printsupport \
cross_compile: SUBDIRS -= tools
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl

View File

@ -7,12 +7,10 @@ SUBDIRS=\
qregion \
qpainter \
qpathclipper \
qprinterinfo \
qpen \
qpaintengine \
qtransform \
qwmatrix \
qprinter \
qpolygon \
!contains(QT_CONFIG, private_tests): SUBDIRS -= \

View File

@ -0,0 +1,4 @@
TEMPLATE=subdirs
SUBDIRS=\
qprinter \
qprinterinfo \

View File

@ -0,0 +1,3 @@
TEMPLATE=subdirs
SUBDIRS=\
kernel \