dfa1924946dcb584d171cecf52ff8ed0907da2dd
[profile/ivi/qtdeclarative.git] / examples / demos / stocqt / stocqt.pro
1 TEMPLATE = app
2
3 QT += qml quick
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/stocqt
7 qml.files = stocqt.qml content
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/demos/stocqt
9 sources.files = $$SOURCES stocqt.pro
10 sources.path = $$qml.path
11 INSTALLS += sources target qml