diff options
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 c63c339..5f1b8e4 100644 --- a/SimpleMotionV2.pri +++ b/SimpleMotionV2.pri @@ -19,8 +19,8 @@ HEADERS += $$PWD/simplemotion_private.h\ greaterThan(SUPPORT_FTDI_D2XX_DRIVER, 0+) {
SOURCES += $$PWD/drivers/ftdi_d2xx/sm_d2xx.c
HEADERS += $$PWD/drivers/ftdi_d2xx/sm_d2xx.c
- macx:LIBS += #tbd. mac will also needs some helper tool to make it work..
- win32:LIBS += $$PWD/drivers/ftdi_d2xx/ftd2xx.lib
+ macx:LIBS += $$PWD/drivers/ftdi_d2xx/third_party/osx/libftd2xx.a #mac will needs insetalling some FTDI helper tool & reboot to make port open to work. see d2xx downloads page from ftdi.
+ win32:LIBS += $$PWD/drivers/ftdi_d2xx/third_party/win_32bit/ftd2xx.lib
linux:LIBS += #tbd
DEFINES += FTDI_D2XX_SUPPORT
}
|
