1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| HEADERS += $$PWD/chidealarm.h \
| $$PWD/cmotion.h \
| $$PWD/cshelter.h \
| $$PWD/cvilost.h \
| $$PWD/cdlgremoterecordschedule.h \
| $$PWD/cchannelparams.h
| SOURCES += $$PWD/chidealarm.cpp \
| $$PWD/cmotion.cpp \
| $$PWD/cshelter.cpp \
| $$PWD/cvilost.cpp \
| $$PWD/cdlgremoterecordschedule.cpp \
| $$PWD/cchannelparams.cpp
| FORMS += $$PWD/chidealarm.ui \
| $$PWD/cmotion.ui \
| $$PWD/cshelter.ui \
| $$PWD/cvilost.ui \
| $$PWD/cdlgremoterecordschedule.ui \
| $$PWD/cchannelparams.ui
|
|