File: bleclient.pro

package info (click to toggle)
qt6-remoteobjects 6.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,832 kB
  • sloc: cpp: 20,582; sh: 29; makefile: 23
file content (22 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (2)
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