summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/fontsampler/CMakeLists.txt
blob: 38bb59eb6cb4c78d7261cd78609ca6d436d10c2f (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
26
27
# Generated from fontsampler.pro.

#####################################################################
## fontsampler Binary:
#####################################################################

add_qt_executable(fontsampler
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/fontsampler"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/fontsampler"
    SOURCES
        main.cpp
        mainwindow.cpp mainwindow.h
        mainwindowbase.ui
    PUBLIC_LIBRARIES
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)

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

extend_target(fontsampler CONDITION TARGET Qt::PrintSupport
    PUBLIC_LIBRARIES
        Qt::PrintSupport
)