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

#####################################################################
## shapedclock Binary:
#####################################################################

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