aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/xmlhttprequest/xmlhttprequest.pro
blob: 6d572fff590fcbc23c311a2c342897123c317061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    xmlhttprequest.qrc

EXAMPLE_FILES = \
    data.xml

target.path = $$[QT_INSTALL_EXAMPLES]/qml/xmlhttprequest
INSTALLS += target

DISTFILES += \
    methods.js