diff options
Diffstat (limited to 'qt_config.h')
-rw-r--r-- | qt_config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qt_config.h b/qt_config.h new file mode 100644 index 0000000..502750f --- /dev/null +++ b/qt_config.h @@ -0,0 +1,8 @@ +#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 |