summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/painterpaths/CMakeLists.txt
blob: 13dd321a5296b8e9655c78a816ae563d1d0264e1 (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
# Generated from painterpaths.pro.

#####################################################################
## painterpaths Binary:
#####################################################################

add_qt_executable(painterpaths
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/painterpaths"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/painterpaths"
    SOURCES
        main.cpp
        renderarea.cpp renderarea.h
        window.cpp window.h
    LIBRARIES
        Qt::Widgets
        painting_shared # special case
)

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

extend_target(painterpaths CONDITION UNIX AND NOT APPLE_OSX AND NOT HAIKU AND NOT INTEGRITY AND NOT VXWORKS
    LIBRARIES
        m
)