dbb6b58abe
Convert the manual print dialogs test to use a ui file as subsequent changes will add a lot more widgets. Change-Id: I06ac54b67532f0eea1e91a2d9aca4f587d2fa332 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
12 lines
425 B
Prolog
12 lines
425 B
Prolog
QT += core gui
|
|
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 printdialogpanel.cpp utils.cpp
|
|
HEADERS += filedialogpanel.h colordialogpanel.h fontdialogpanel.h \
|
|
wizardpanel.h messageboxpanel.h printdialogpanel.h utils.h
|
|
FORMS += printdialogpanel.ui
|