summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/easing/CMakeLists.txt
blob: b7444412a6864d4fcbf8cd5909a250757dc79e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
    PUBLIC_LIBRARIES
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)

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