blob: 29dc8e7f7223f72f702e8a886ab88cad49b02946 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
DEFINES += SIMPLEMOTIONV2_LIBRARY
SOURCES += $$PWD/sm_consts.c $$PWD/simplemotion.c $$PWD/busdevice.c $$PWD/pcserialport.c
HEADERS += $$PWD/simplemotion_private.h\
$$PWD/pcserialport.h $$PWD/busdevice.h $$PWD/simplemotion.h $$PWD/sm485.h $$PWD/simplemotion_defs.h
|