From 2f833c0f5857920177139ac5f6f963577cf16e94 Mon Sep 17 00:00:00 2001 From: Gaurav Singh Date: Mon, 20 Jan 2020 11:24:51 +0100 Subject: [PATCH] Update README.txt --- QT5_USB_Display_Application/USB_Display/README.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/QT5_USB_Display_Application/USB_Display/README.txt b/QT5_USB_Display_Application/USB_Display/README.txt index e5e0da0..431c885 100644 --- a/QT5_USB_Display_Application/USB_Display/README.txt +++ b/QT5_USB_Display_Application/USB_Display/README.txt @@ -1,6 +1,4 @@ -This is a cross platform project that is similar in functionality as the -"plug_and_play_example\src\vc++2008_express" project. However, -this version is developed in the Qt 5.x.x development environment (from www.qt.org), +This is a cross platform project, this version is developed in the Qt 5.x.x development environment (from www.qt.org), and uses the "libusb v1.0.x" APIs. The libusb v1.0.x "driver" provides top level libusb API functions for accessing @@ -14,4 +12,4 @@ the libusb v1.0.19 source. See www.libusb.org for details on the libusb APIs and links to the latest libusb source code and header download. If using this project to build a Linux or Mac OS X executable, make sure -that the libusb v1.0.19 driver is available and installed correctly. \ No newline at end of file +that the libusb v1.0.19 driver is available and installed correctly.