mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Monark: enable on Qt5 only due to qtserialport depencency
This commit is contained in:
@@ -56,9 +56,11 @@ DeviceTypes::DeviceTypes()
|
||||
tr("Racermate Computrainer Lab or Pro bike trainer with the handlebar controller "
|
||||
"connected via a USB adaptor or directly connected to a local serial port.") ,
|
||||
":images/devices/computrainer.png" },
|
||||
#if QT_VERSION >= 0x050000
|
||||
{ DEV_MONARK, DEV_SERIAL, (char *) "Monark LTx/LCx",true, false,
|
||||
tr("Monark USB device ") ,
|
||||
":images/devices/monark_lt2.png" },
|
||||
#endif
|
||||
#ifdef GC_HAVE_LIBUSB
|
||||
{ DEV_FORTIUS, DEV_LIBUSB, (char *) "Tacx Fortius", true, false,
|
||||
tr("Tacx Fortius/iMagic bike trainer with the handlebar controller connected "
|
||||
|
||||
Reference in New Issue
Block a user