diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-04-06 17:06:50 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-04-06 17:06:50 +0300 |
| commit | 1d6f69d1f056777401bcdfcde0844c9b9af1cbac (patch) | |
| tree | ebb622f228b0ffc30bc9b416a5225c4c9bf9969b /SimpleMotionV2.pri | |
| parent | a780e4b1123dbc416dd06af9ee2d7f99f281a9c7 (diff) | |
| download | SimpleMotionV2-1d6f69d1f056777401bcdfcde0844c9b9af1cbac.tar.gz SimpleMotionV2-1d6f69d1f056777401bcdfcde0844c9b9af1cbac.zip | |
Update readme.md & rename library files
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 7254e17..9d2caf5 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/smdeploymenttool.c
+ $$PWD/bufferedmotion.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/smdeploymenttool.h
+ $$PWD/bufferedmotion.h $$PWD/devicedeployment.h
|
