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

#####################################################################
## easing Binary:
#####################################################################

add_qt_executable(easing
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/easing"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/easing"
    SOURCES
        animation.h
        form.ui
        main.cpp
        window.cpp window.h
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(easing "easing" FILES
    images/qt-logo.png)