diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-04-06 01:34:40 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-04-06 01:34:40 +0300 |
| commit | 72604ec957bd831a97ca2c402a0dd3ab381cb92e (patch) | |
| tree | 5d72f7ad0fbb42e2cb1196f0a793be7205639dde /SimpleMotionV2.pri | |
| parent | 6728ffdb6f8253a23dc600a8dc810bbc94fd69ab (diff) | |
| download | SimpleMotionV2-72604ec957bd831a97ca2c402a0dd3ab381cb92e.tar.gz SimpleMotionV2-72604ec957bd831a97ca2c402a0dd3ab381cb92e.zip | |
Add FW & config deployment library (WIP, Argon not supported yet)
Diffstat (limited to 'SimpleMotionV2.pri')
| -rw-r--r-- | SimpleMotionV2.pri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SimpleMotionV2.pri b/SimpleMotionV2.pri index b5619bc..7254e17 100644 --- a/SimpleMotionV2.pri +++ b/SimpleMotionV2.pri @@ -6,9 +6,9 @@ DEPENDPATH += $$PWD DEFINES += SIMPLEMOTIONV2_LIBRARY
SOURCES += $$PWD/sm_consts.c $$PWD/simplemotion.c $$PWD/busdevice.c $$PWD/pcserialport.c \
- $$PWD/bufferedmotion.c
+ $$PWD/bufferedmotion.c $$PWD/smdeploymenttool.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/bufferedmotion.h $$PWD/smdeploymenttool.h
|
