aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/dynamicscene.pro
blob: 29a3fa97e27de4d196ec1ca6e494638316bbe8fe (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

RESOURCES += dynamicscene.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/qml/dynamicscene
INSTALLS += target