Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JvanKatwijk committed Nov 4, 2023
1 parent 28efc12 commit 733a687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,13 @@ of the software, as shown in the picture below


------------------------------------------------------------------------
Creating an executable
Installers and an executable
-------------------------------------------------------------------------

While not yet precompiled executables are available, it is not
too difficult to create an executable.
The repository contains both an A[[Image and a Windows installer
Of course it is possible to create an executable,
A qt-wspr.pro file is available for use with qmake and make
There is NO CMakeLists.txt file

-------------------------------------------------------------------------
Copyrights
Expand Down
4 changes: 2 additions & 2 deletions qt-wspr.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
######################################################################
TEMPLATE = app
QT += widgets
CONFIG += console
#CONFIG -= console
#CONFIG += console
CONFIG -= console
TARGET = qt-wspr
QMAKE_CXXFLAGS += -std=c++14
QMAKE_CFLAGS += -flto -ffast-math
Expand Down
2 changes: 1 addition & 1 deletion sources/radio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void RadioInterface::handle_report_Button () {
report_display -> setText ("report on");
} catch (...) {
printLock. unlock ();
fprintf (stderr, "there was an exception");
report_display -> setText ("connection failed");
report_display -> setText ("report off");
}
}
Expand Down

0 comments on commit 733a687

Please sign in to comment.