summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/ble/bleclient/bleclient.pro
blob: 327ec2081d78269562b5eeec2159c303a3278eb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QT += widgets

SOURCES += main.cpp \
    connectpage.cpp \
    mainwindow.cpp \
    heaterview.cpp

HEADERS += \
    connectpage.h \
    mainwindow.h \
    heaterview.h

FORMS += \
    connectpage.ui \
    heaterview.ui

include(../common/common.pri)

REPC_REPLICA = ../common/heater.rep

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