Monark: enable on Qt5 only due to qtserialport depencency

This commit is contained in:
Erik Botö
2015-11-13 13:00:09 +01:00
parent 0e459c1013
commit 9de481c2b2
4 changed files with 12 additions and 8 deletions

View File

@@ -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 "