# HG changeset patch # User John W. Eaton # Date 1558556466 14400 # Node ID 52c033864347cafe6e29cc5eaa123505effc8426 # Parent b97ffa8e4019ac70f339e1910a457337ec8a4fbe add build instructions to NOTES file diff -r b97ffa8e4019 -r 52c033864347 NOTES --- a/NOTES Wed May 22 16:20:52 2019 -0400 +++ b/NOTES Wed May 22 16:21:06 2019 -0400 @@ -1,3 +1,8 @@ +To build: + + qmake calc.pro + make + Current terminal widget: * Run Octave in a separate thread. On unixy, interact through pty. diff -r b97ffa8e4019 -r 52c033864347 gui-main.cpp --- a/gui-main.cpp Wed May 22 16:20:52 2019 -0400 +++ b/gui-main.cpp Wed May 22 16:21:06 2019 -0400 @@ -11,6 +11,7 @@ #include #include "gui-main.h" +#include "main.h" #include "gui-main.h" #include "parse.h"