blob: 2339e488aa23fc3e983668065d406b296883bfd7 [file] [log] [blame]
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