qtbase/examples/widgets/animation/easing/CMakeLists.txt

26 lines
615 B
CMake

# 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)