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-21 09:03:58 +0900 |
| commit | a4782bc00739a3f9636eec810f872ba2cf97247b (patch) | |
| tree | d006d50ad756d11f0d5df0660c5b70851dd3f2bc /tqt_config.h | |
| parent | 088305a155107ba8eff90594e948c92213c86716 (diff) | |
| download | piklab-a4782bc0.tar.gz piklab-a4782bc0.zip | |
Rename qt_config.h file to match expected name
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5a14685a7f329df2533d57f550c0fb6097a3a006)
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 |
