summaryrefslogtreecommitdiffstats
path: root/tests/manual/dialogs/dialogs.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-11-01 12:46:42 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-04 19:37:34 +0100
commit2e8ad02b7d10c100dcd9d559b019c474fa4b8a29 (patch)
treef9991a6c55b38b50d6c9d5c0a5fe8c10850a84b5 /tests/manual/dialogs/dialogs.pro
parent8a1bebb297dc672f8b12039b4b998c3587bc4eb1 (diff)
Add print dialog manual test.
Allowing for creating a printer in various modes and toying with the paper settings. Task-number: QTBUG-34276 Change-Id: Ieb35dc55c509f84d7d81817c7903e02a41ba8b44 Reviewed-by: John Layt <jlayt@kde.org>
Diffstat (limited to 'tests/manual/dialogs/dialogs.pro')
-rw-r--r--tests/manual/dialogs/dialogs.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/dialogs/dialogs.pro b/tests/manual/dialogs/dialogs.pro
index d19c3026d0..71c41119fe 100644
--- a/tests/manual/dialogs/dialogs.pro
+++ b/tests/manual/dialogs/dialogs.pro
@@ -1,10 +1,10 @@
QT += core gui
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = dialogs
TEMPLATE = app
SOURCES += main.cpp filedialogpanel.cpp colordialogpanel.cpp fontdialogpanel.cpp \
- wizardpanel.cpp messageboxpanel.cpp
+ wizardpanel.cpp messageboxpanel.cpp printdialogpanel.cpp utils.cpp
HEADERS += filedialogpanel.h colordialogpanel.h fontdialogpanel.h \
- wizardpanel.h messageboxpanel.h
+ wizardpanel.h messageboxpanel.h printdialogpanel.h utils.h