qt5base-lts/examples/widgets/animation/animatedtiles/CMakeLists.txt
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00

27 lines
700 B
CMake

# Generated from animatedtiles.pro.
#####################################################################
## animatedtiles Binary:
#####################################################################
add_qt_executable(animatedtiles
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/animatedtiles"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/animatedtiles"
SOURCES
main.cpp
LIBRARIES
Qt::Widgets
)
# Resources:
add_qt_resource(animatedtiles "animatedtiles" FILES
images/Time-For-Lunch-2.jpg
images/centered.png
images/ellipse.png
images/figure8.png
images/kinetic.png
images/random.png
images/tile.png)