aa50b377a7
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
27 lines
700 B
CMake
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)
|
|
|