diff options
Diffstat (limited to 'SimpleMotionV2.pri')
| -rw-r--r-- | SimpleMotionV2.pri | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SimpleMotionV2.pri b/SimpleMotionV2.pri new file mode 100644 index 0000000..0885991 --- /dev/null +++ b/SimpleMotionV2.pri @@ -0,0 +1,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
+
|
