summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/cppclient/cppclient.pro
blob: 7b574424132969529b7d74e10c1243e0347fa5c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT       += core

REPC_REPLICA += timemodel.rep
QT += remoteobjects

QT       -= gui

TARGET = CppClient
CONFIG   -= app_bundle

TEMPLATE = app

SOURCES += main.cpp

OTHER_FILES += \
    timemodel.rep

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