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

#####################################################################
## transformations Binary:
#####################################################################

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