From 5a14685a7f329df2533d57f550c0fb6097a3a006 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 20 Mar 2024 13:34:25 +0900 Subject: Rename qt_config.h file to match expected name Signed-off-by: Michele Calgaro --- qt_config.h | 8 -------- tqt_config.h | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 qt_config.h create mode 100644 tqt_config.h diff --git a/qt_config.h b/qt_config.h deleted file mode 100644 index 502750f..0000000 --- a/qt_config.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 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 -- cgit v1.2.3