aboutsummaryrefslogtreecommitdiff
path: root/SimpleMotionV2.pri
blob: 0885991426632f915ee0dede8060569c6251f57f (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/rs232.c

HEADERS += $$PWD/simplemotion_private.h\
    $$PWD/rs232.h $$PWD/busdevice.h  $$PWD/simplemotion.h $$PWD/sm485.h $$PWD/simplemotion_defs.h