forked from u236/homed-service-zigbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomed-zigbee.pro
97 lines (91 loc) · 2.44 KB
/
homed-zigbee.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
include(../homed-common/homed-color.pri)
include(../homed-common/homed-common.pri)
include(../homed-common/homed-endpoint.pri)
include(../homed-common/homed-gpio.pri)
HEADERS += \
action.h \
actions/common.h \
actions/efekta.h \
actions/lumi.h \
actions/modkam.h \
actions/other.h \
actions/ptvo.h \
actions/tuya.h \
adapter.h \
binding.h \
controller.h \
device.h \
ezsp.h \
poll.h \
properties/byun.h \
properties/common.h \
properties/efekta.h \
properties/hue.h \
properties/ias.h \
properties/ikea.h \
properties/lumi.h \
properties/modkam.h \
properties/other.h \
properties/ptvo.h \
properties/tuya.h \
property.h \
reporting.h \
zcl.h \
zigate.h \
zigbee.h \
zstack.h
SOURCES += \
action.cpp \
actions/common.cpp \
actions/efekta.cpp \
actions/hue.cpp \
actions/hue.h \
actions/lumi.cpp \
actions/modkam.cpp \
actions/other.cpp \
actions/ptvo.cpp \
actions/tuya.cpp \
adapter.cpp \
binding.cpp \
controller.cpp \
device.cpp \
ezsp.cpp \
poll.cpp \
properties/byun.cpp \
properties/common.cpp \
properties/efekta.cpp \
properties/hue.cpp \
properties/ias.cpp \
properties/ikea.cpp \
properties/lumi.cpp \
properties/modkam.cpp \
properties/other.cpp \
properties/ptvo.cpp \
properties/tuya.cpp \
property.cpp \
reporting.cpp \
zcl.cpp \
zigate.cpp \
zigbee.cpp \
zstack.cpp
DISTFILES += \
deploy/data/usr/share/homed-zigbee/efekta.json \
deploy/data/usr/share/homed-zigbee/expose.json \
deploy/data/usr/share/homed-zigbee/gledopto.json \
deploy/data/usr/share/homed-zigbee/gs.json \
deploy/data/usr/share/homed-zigbee/homed.json \
deploy/data/usr/share/homed-zigbee/hue.json \
deploy/data/usr/share/homed-zigbee/ikea.json \
deploy/data/usr/share/homed-zigbee/konke.json \
deploy/data/usr/share/homed-zigbee/lifecontrol.json \
deploy/data/usr/share/homed-zigbee/lumi.json \
deploy/data/usr/share/homed-zigbee/modkam.json \
deploy/data/usr/share/homed-zigbee/orvibo.json \
deploy/data/usr/share/homed-zigbee/other.json \
deploy/data/usr/share/homed-zigbee/perenio.json \
deploy/data/usr/share/homed-zigbee/sonoff.json \
deploy/data/usr/share/homed-zigbee/tuya.json
QT += serialport
deploy.files = $${DISTFILES}
deploy.path = /usr/share/homed-zigbee
INSTALLS += deploy