041abb9316
Move the test for QAbstractPrintDialog from widgets into printsupport Change-Id: Ia7595fa650a7ad565df3090207500ed06564e842 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
10 lines
335 B
Prolog
10 lines
335 B
Prolog
############################################################
|
|
# Project file for autotest for file qabstractprintdialog.h
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qabstractprintdialog
|
|
QT += widgets printsupport testlib
|
|
SOURCES += tst_qabstractprintdialog.cpp
|