summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/pathstroke/CMakeLists.txt
blob: 150a1baa834da92bd516e048c2450973887cc354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from pathstroke.pro.

#####################################################################
## pathstroke Binary:
#####################################################################

add_qt_executable(pathstroke
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/pathstroke"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/pathstroke"
    SOURCES
        main.cpp
        pathstroke.cpp pathstroke.h
    LIBRARIES # special case
        painting_shared
)

# Resources:
add_qt_resource(pathstroke "pathstroke" PREFIX "/res/pathstroke" FILES
    pathstroke.cpp
    pathstroke.html)