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

#####################################################################
## deform Binary:
#####################################################################

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

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