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:
parent
57cf7c8a1b
commit
4eeb07d886
@ -13,6 +13,7 @@ SUBDIRS += \
|
||||
concurrent \
|
||||
other \
|
||||
widgets \
|
||||
printsupport \
|
||||
|
||||
cross_compile: SUBDIRS -= tools
|
||||
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
|
||||
|
@ -7,12 +7,10 @@ SUBDIRS=\
|
||||
qregion \
|
||||
qpainter \
|
||||
qpathclipper \
|
||||
qprinterinfo \
|
||||
qpen \
|
||||
qpaintengine \
|
||||
qtransform \
|
||||
qwmatrix \
|
||||
qprinter \
|
||||
qpolygon \
|
||||
|
||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
||||
|
4
tests/auto/printsupport/kernel/kernel.pro
Normal file
4
tests/auto/printsupport/kernel/kernel.pro
Normal file
@ -0,0 +1,4 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qprinter \
|
||||
qprinterinfo \
|
3
tests/auto/printsupport/printsupport.pro
Normal file
3
tests/auto/printsupport/printsupport.pro
Normal file
@ -0,0 +1,3 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
kernel \
|
Loading…
Reference in New Issue
Block a user