summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/fingerpaint/CMakeLists.txt
blob: 82ec8cd91e7d0498e10303a726e8e234c4d98648 (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 fingerpaint.pro.

#####################################################################
## fingerpaint Binary:
#####################################################################

add_qt_executable(fingerpaint
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/touch/fingerpaint"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/touch/fingerpaint"
    SOURCES
        main.cpp
        mainwindow.cpp mainwindow.h
        scribblearea.cpp scribblearea.h
    LIBRARIES
        Qt::Widgets
)

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

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