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