2019-11-12 13:01:48 +00:00
|
|
|
# Generated from dialogs.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## dialogs Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-07-07 14:56:37 +00:00
|
|
|
qt_add_manual_test(dialogs
|
2019-11-12 13:01:48 +00:00
|
|
|
GUI
|
|
|
|
SOURCES
|
|
|
|
colordialogpanel.cpp colordialogpanel.h
|
|
|
|
filedialogpanel.cpp filedialogpanel.h
|
|
|
|
fontdialogpanel.cpp fontdialogpanel.h
|
|
|
|
main.cpp
|
|
|
|
messageboxpanel.cpp messageboxpanel.h
|
|
|
|
utils.cpp utils.h
|
|
|
|
wizardpanel.cpp wizardpanel.h
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Gui
|
|
|
|
Qt::Widgets
|
|
|
|
)
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:dialogs.pro:<TRUE>:
|
|
|
|
# TEMPLATE = "app"
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-07-07 14:56:37 +00:00
|
|
|
qt_extend_target(dialogs CONDITION TARGET Qt::PrintSupport
|
2019-11-12 13:01:48 +00:00
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::PrintSupport
|
|
|
|
)
|
|
|
|
|
2020-07-07 14:56:37 +00:00
|
|
|
qt_extend_target(dialogs CONDITION NOT (QT_FEATURE_printer EQUAL FALSE)
|
2019-11-12 13:01:48 +00:00
|
|
|
SOURCES
|
|
|
|
printdialogpanel.cpp printdialogpanel.h printdialogpanel.ui
|
|
|
|
ENABLE_AUTOGEN_TOOLS
|
|
|
|
uic
|
|
|
|
)
|