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

#####################################################################
## screenshot Binary:
#####################################################################

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