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>bb10
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 -= \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qprinter \
|
||||
qprinterinfo \
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
kernel \
|
||||
Loading…
Reference in New Issue