summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/modelviewserver/modelviewserver.pro
blob: 53abb6bd8c10a670710f9084f886a408c0484d24 (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets remoteobjects

TEMPLATE = app

CONFIG += c++11

SOURCES += main.cpp

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