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>bb10
parent
10014e0831
commit
041abb9316
|
|
@ -0,0 +1,3 @@
|
|||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
qabstractprintdialog \
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
dialogs \
|
||||
kernel \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue