QPrintSupport: Move QAbstractPrintDialog test into QPrintSupport

Move the test for QAbstractPrintDialog from widgets into printsupport

Change-Id: Ia7595fa650a7ad565df3090207500ed06564e842
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
John Layt 2012-07-29 16:27:21 +01:00 committed by The Qt Project
parent 10014e0831
commit 041abb9316
6 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

@ -1,6 +1,5 @@
TEMPLATE=subdirs
SUBDIRS=\
qabstractprintdialog \
qcolordialog \
qdialog \
qerrormessage \
@ -14,8 +13,6 @@ SUBDIRS=\
qsidebar \
qwizard \
wince*|!qtHaveModule(printsupport):SUBDIRS -= qabstractprintdialog
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qsidebar \