Changes to integrate into WSJT-X build system

A  separate install  of the  portaudio  library is  now required,  see
"doc/building on MS Windows.txt" for a suitable recipe.

The map65  code base  is still  MS Windows specific  in some  areas so
don't expect successful builds on Linux or macOS yet.
This commit is contained in:
Bill Somerville
2021-04-10 12:25:28 +01:00
parent 769e00ab88
commit 74bd3c1d0c
24 changed files with 305 additions and 1750 deletions
-2
View File
@@ -285,7 +285,6 @@ void CPlotter::DrawOverlay() //DrawOverlay()
QRect rect0;
QPainter painter0(&m_ScalePixmap);
painter0.begin (this);
//create Font to use for scales
QFont Font("Arial");
@@ -365,7 +364,6 @@ void CPlotter::DrawOverlay() //DrawOverlay()
// Now make the zoomed scale, using m_ZoomScalePixmap and painter3
QRect rect1;
QPainter painter3(&m_ZoomScalePixmap);
painter3.begin (this);
painter3.setFont(Font);
painter3.setPen(Qt::black);