aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/stocqt/stocqt.pro
blob: dfa1924946dcb584d171cecf52ff8ed0907da2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
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
sources.files = $$SOURCES stocqt.pro
sources.path = $$qml.path
INSTALLS += sources target qml