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

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

EXAMPLE_FILES = \
    data.xml

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

DISTFILES += \
    Get.qml \
    GetForm.ui.qml \
    methods.js