You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#define VERSION "0.15.2"
|
|
|
|
// adjust or comment the following lines to reflect your configuration
|
|
#if defined(Q_OS_WIN)
|
|
# define LIBUSB_VERSION "0.1.12.1"
|
|
#else
|
|
# define LIBUSB_VERSION "0.1.8"
|
|
#endif
|