aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/tableview/storagemodel/storagemodel.pro
blob: c6a018239e98d88fdac6b751c66d6608e4806bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = tableview_storage
QT += qml quick
SOURCES += main.cpp storagemodel.cpp
HEADERS += storagemodel.h
RESOURCES += main.qml

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