summaryrefslogtreecommitdiffstats
path: root/examples/animation/animatedtiles/animatedtiles.pro
blob: 1840b17b027a599bfb53cf8920ac84c0b6dbc5f1 (plain)
1
2
3
4
5
6
7
8
SOURCES = main.cpp
RESOURCES = animatedtiles.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/animation/animatedtiles
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animatedtiles.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/animation/animatedtiles
INSTALLS += target sources