From 8210f816182ba52c420de8939acc7d02457be380 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 10 Sep 2018 21:32:30 +0300 Subject: [PATCH] fixes update --- doc/fixes36.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/fixes36.2 b/doc/fixes36.2 index e34ec28fc..ce1523d0a 100644 --- a/doc/fixes36.2 +++ b/doc/fixes36.2 @@ -158,6 +158,9 @@ unix: Makefile.src and Makefile.utl inadvertently relied on a 'gnu make' verbose so doesn't use '$<' for multi-prerequisite targets unless specifically requested; use 'make QUIETCC=1 ' to get the 3.6.1 behavior back +Qt: add Qt5 specific hints file for linux and Mac OS X (Ray Chason) +Qt: enable compiling Qt5 on Windows (Ray Chason) +Qt: entering extended commands, hide non-matching ones General New Features