From c7a859c64cc0e87f694ca8663f4fe86de1aafabb Mon Sep 17 00:00:00 2001 From: jbuonagurio Date: Thu, 5 Jan 2017 15:59:36 -0500 Subject: [PATCH] Added Qt5 support, contributed by John Buonagurio . --- README.html | 14 +++++++-- README.md | 7 ++++- include/MUtils/OSSupport.h | 1 + src/GUI.cpp | 4 +-- src/GUI_Win32.cpp | 16 +++++----- src/OSSupport_Win32.cpp | 2 +- src/Startup.cpp | 63 +++++++++++++++++++++++++++++++------- src/Taskbar7_Win32.cpp | 12 ++++++-- src/Terminal_Win32.cpp | 2 +- src/Utils_Win32.cpp | 19 +++++++++--- src/Utils_Win32.h | 2 +- 11 files changed, 108 insertions(+), 34 deletions(-) diff --git a/README.html b/README.html index 3deda24..cb8483e 100644 --- a/README.html +++ b/README.html @@ -102,18 +102,28 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

6 Acknowledgement

+

The following people have contributed in the development of the MUtilities library:

+

The following third-party code is used in the MUtilities library: