From 2ad7a9271d4336a988b78caf13252da3e0ff0f5a Mon Sep 17 00:00:00 2001 From: TeroK Date: Thu, 16 Jan 2014 14:28:27 -0800 Subject: first release --- SimpleMotionV2.pri | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SimpleMotionV2.pri (limited to 'SimpleMotionV2.pri') 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 + -- cgit v1.2.3