468afdfc650aa7d419723fc43db0382710d6afd6
[profile/ivi/qtdeclarative.git] / examples / qml / xmlhttprequest / xmlhttprequest.pro
1 TEMPLATE = app
2
3 QT += quick qml
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/xmlhttprequest
7 qml.files = xmlhttprequest.qml get.qml
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/xmlhttprequest
9 INSTALLS += target qml