mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-11 23:10:01 -04:00
Another stage in the renaming process, Q65W -> QMAP. It this all?
This commit is contained in:
parent
a87c308823
commit
6979a56d5d
@ -1424,9 +1424,9 @@ endif (${OPENMP_FOUND} OR APPLE)
|
||||
|
||||
if (WIN32)
|
||||
find_package (Portaudio REQUIRED)
|
||||
# build map65 OR q65w
|
||||
# build map65 OR qmap
|
||||
# add_subdirectory (map65)
|
||||
add_subdirectory (q65w)
|
||||
add_subdirectory (qmap)
|
||||
endif ()
|
||||
|
||||
# build the main application
|
||||
|
0
q65w/.gitignore → qmap/.gitignore
vendored
0
q65w/.gitignore → qmap/.gitignore
vendored
@ -33,7 +33,7 @@ set_property (SOURCE ${qmap_C_and_CXXSRCS} APPEND_STRING PROPERTY COMPILE_FLAGS
|
||||
set_property (SOURCE ${qmap_C_and_CXXSRCS} APPEND PROPERTY OBJECT_DEPENDS ${CMAKE_BINARY_DIR}/wsjtx_config.h)
|
||||
|
||||
# build the subdirectories
|
||||
add_subdirectory (libq65)
|
||||
add_subdirectory (libqmap)
|
||||
|
||||
# UI generation
|
||||
qt5_wrap_ui (qmap_GENUISRCS ${qmap_UISRCS})
|
@ -2,8 +2,8 @@ subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol, &
|
||||
mycall0,hiscall0,hisgrid,mode_q65,f0,fqso,nkhz_center, newdat,nagain, &
|
||||
max_drift,ndepth,datetime,ndop00,idec)
|
||||
|
||||
! This routine provides an interface between Q65W and the Q65 decoder
|
||||
! in WSJT-X. All arguments are input data obtained from the Q65W GUI.
|
||||
! This routine provides an interface between QMAP and the Q65 decoder
|
||||
! in WSJT-X. All arguments are input data obtained from the QMAP GUI.
|
||||
! Raw Rx data are available as the 96 kHz complex spectrum ca(MAXFFT1)
|
||||
! in common/cacb. Decoded messages are sent back to the GUI.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user