summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/orderform/CMakeLists.txt
blob: 5f12e98cdfed4a48c8fa5977da4dce2a36a1b19f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated from orderform.pro.

#####################################################################
## orderform Binary:
#####################################################################

add_qt_executable(orderform
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/richtext/orderform"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/richtext/orderform"
    SOURCES
        detailsdialog.cpp detailsdialog.h
        main.cpp
        mainwindow.cpp mainwindow.h
    LIBRARIES
        Qt::Widgets
)

## Scopes:
#####################################################################

extend_target(orderform CONDITION TARGET Qt::PrintSupport
    LIBRARIES
        Qt::PrintSupport
)