summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/qmlmodelviewclient/qmlmodelviewclient.pro
blob: 4e9c12d3146a6d6770ce647d9ed7e86ced40b3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += qml quick remoteobjects
CONFIG += c++11

SOURCES += main.cpp

RESOURCES += qml.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/remoteobjects/qmlmodelviewclient
INSTALLS += target