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

@@ -202,7 +202,9 @@ DeviceScanner::quickScan(bool deep) // scan quickly or if true scan forever, as
// we will need a factory for this soon..
case DEV_CT : wizard->controller = new ComputrainerController(NULL, NULL); break;
#if QT_VERSION >= 0x050000
case DEV_MONARK : wizard->controller = new MonarkController(NULL, NULL); break;
#endif
#ifdef GC_HAVE_LIBUSB
case DEV_FORTIUS : wizard->controller = new FortiusController(NULL, NULL); break;
#endif