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

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

QT += widgets