summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/fontsampler/CMakeLists.txt
blob: a32b10589f73a47d369564dc021d71afd22a6f8a (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 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
    LIBRARIES
        Qt::Widgets
)

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

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