File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,13 @@ of the software, as shown in the picture below
107
107
108
108
109
109
------------------------------------------------------------------------
110
- Creating an executable
110
+ Installers and an executable
111
111
-------------------------------------------------------------------------
112
112
113
- While not yet precompiled executables are available, it is not
114
- too difficult to create an executable.
113
+ The repository contains both an A [[ Image and a Windows installer
114
+ Of course it is possible to create an executable,
115
115
A qt-wspr.pro file is available for use with qmake and make
116
+ There is NO CMakeLists.txt file
116
117
117
118
-------------------------------------------------------------------------
118
119
Copyrights
Original file line number Diff line number Diff line change 3
3
# #####################################################################
4
4
TEMPLATE = app
5
5
QT += widgets
6
- CONFIG += console
7
- # CONFIG -= console
6
+ # CONFIG += console
7
+ CONFIG -= console
8
8
TARGET = qt-wspr
9
9
QMAKE_CXXFLAGS += -std =c ++14
10
10
QMAKE_CFLAGS += -flto -ffast-math
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ void RadioInterface::handle_report_Button () {
397
397
report_display -> setText (" report on" );
398
398
} catch (...) {
399
399
printLock. unlock ();
400
- fprintf (stderr, " there was an exception " );
400
+ report_display -> setText ( " connection failed " );
401
401
report_display -> setText (" report off" );
402
402
}
403
403
}
You can’t perform that action at this time.
0 commit comments