summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/modelviewclient/modelviewclient.pro
blob: 473f38f4c9be41402f771edfb5c6ff8313797a88 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES = main.cpp

CONFIG   -= app_bundle

# install
target.path = $$[QT_INSTALL_EXAMPLES]/remoteobjects/modelviewclient
INSTALLS += target

QT += widgets remoteobjects
requires(qtConfig(treeview))