diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-20 13:34:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-20 13:34:25 +0900 |
commit | 5a14685a7f329df2533d57f550c0fb6097a3a006 (patch) | |
tree | 4b2f005a8dfff934c5f709388e1381a997e14c45 /tqt_config.h | |
parent | 18a23a8a85a7bdf36943be3373053d5b4a2e4c39 (diff) | |
download | piklab-5a14685a7f329df2533d57f550c0fb6097a3a006.tar.gz piklab-5a14685a7f329df2533d57f550c0fb6097a3a006.zip |
Rename qt_config.h file to match expected name
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tqt_config.h')
-rw-r--r-- | tqt_config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tqt_config.h b/tqt_config.h new file mode 100644 index 0000000..502750f --- /dev/null +++ b/tqt_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 |