aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/tablemodel/json/json.pro
blob: 2339e488aa23fc3e983668065d406b296883bfd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = app
TARGET = json
QT += qml quick
SOURCES += main.cpp
RESOURCES += \
    main.qml \
    JsonData.js

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target