diff options
author | Michele Calgaro <[email protected]> | 2024-03-20 13:34:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-20 13:34:25 +0900 |
commit | 5a14685a7f329df2533d57f550c0fb6097a3a006 (patch) | |
tree | 4b2f005a8dfff934c5f709388e1381a997e14c45 /qt_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 <[email protected]>
Diffstat (limited to 'qt_config.h')
-rw-r--r-- | qt_config.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 |