mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-06 19:38:35 -04:00
Make MAP65 buildable (from within QtCreator) on the K1JT shack computer.
This commit is contained in:
parent
aa2d77b951
commit
86d746a1b9
@ -74,6 +74,7 @@ include_directories (${fftw3f_INCLUDES})
|
||||
|
||||
if (WIN32)
|
||||
find_library (usb_RUNTIME NAMES usb0 PATH_SUFFIXES bin)
|
||||
set (CMAKE_INSTALL_PREFIX C:/MAP65)
|
||||
endif (WIN32)
|
||||
|
||||
# Qt5 setup
|
||||
@ -111,7 +112,7 @@ add_subdirectory (libm65)
|
||||
qt5_wrap_ui (GENUISRCS ${UISRCS})
|
||||
|
||||
add_executable (map65 ${CXXSRCS} ${CSRCS} ${GENUISRCS} map65.rc)
|
||||
target_link_libraries (map65 m65impl ${fftw3f_LIBRARIES} ${CMAKE_CURRENT_SOURCE_DIR}/palir-02.dll ${CMAKE_CURRENT_SOURCE_DIR}/libusb.a ${CMAKE_CURRENT_SOURCE_DIR}/libwsock32.a)
|
||||
target_link_libraries (map65 m65impl ${fftw3f_LIBRARIES} ${CMAKE_CURRENT_SOURCE_DIR}/palir-02.dll ${CMAKE_CURRENT_SOURCE_DIR}/libusb0.dll ${CMAKE_CURRENT_SOURCE_DIR}/libwsock32.a)
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries (map65)
|
||||
|
@ -12,7 +12,7 @@ CAboutDlg::CAboutDlg(QWidget *parent, QString Revision) :
|
||||
m_Str += "MAP65 implements a wideband polarization-matching receiver <br>";
|
||||
m_Str += "for the JT65 protocol, with a matching transmitting facility. <br>";
|
||||
m_Str += "It is primarily intended for amateur radio EME communication. <br><br>";
|
||||
m_Str += "Copyright 2001-2014 by Joe Taylor, K1JT. Additional <br>";
|
||||
m_Str += "Copyright 2001-2021 by Joe Taylor, K1JT. Additional <br>";
|
||||
m_Str += "acknowledgments are contained in the source code. <br>";
|
||||
ui->labelTxt->setText(m_Str);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user