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

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