aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/stocqt/stocqt.pro
blob: 74d27559d88510ccbbe070bae7c6e1d94a93c30d (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += qml quick
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/stocqt
qml.files = stocqt.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/demos/stocqt
INSTALLS += target qml