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

#####################################################################
## imagegestures Binary:
#####################################################################

add_qt_executable(imagegestures
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/gestures/imagegestures"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/gestures/imagegestures"
    SOURCES
        imagewidget.cpp imagewidget.h
        main.cpp
        mainwidget.cpp mainwidget.h
    LIBRARIES
        Qt::Widgets
)