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

QT += qml quick
SOURCES += main.cpp

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