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

#####################################################################
## imagecomposition Binary:
#####################################################################

add_qt_executable(imagecomposition
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/imagecomposition"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/painting/imagecomposition"
    SOURCES
        imagecomposer.cpp imagecomposer.h
        main.cpp
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(imagecomposition "imagecomposition" FILES
    images/butterfly.png
    images/checker.png)