Use resource files for most examples
[profile/ivi/qtdeclarative.git] / examples / qml / xmlhttprequest / xmlhttprequest.pro
1 TEMPLATE = app
2
3 QT += quick qml
4 SOURCES += main.cpp
5 RESOURCES += \
6     xmlhttprequest.qrc \
7     ../../quick/shared/quick_shared.qrc
8
9 EXAMPLE_FILES = \
10     data.xml
11
12 target.path = $$[QT_INSTALL_EXAMPLES]/qml/xmlhttprequest
13 INSTALLS += target