2020-05-27 22:45:27 +00:00
|
|
|
diff -ur wsjtx-orig/CMakeLists.txt wsjtx/CMakeLists.txt
|
2021-09-28 14:42:52 +00:00
|
|
|
--- wsjtx-orig/CMakeLists.txt 2021-09-28 14:36:01.731488130 +0200
|
|
|
|
+++ wsjtx/CMakeLists.txt 2021-09-28 15:51:30.136197625 +0200
|
2021-02-01 22:56:09 +00:00
|
|
|
@@ -122,7 +122,7 @@
|
|
|
|
option (WSJT_QDEBUG_TO_FILE "Redirect Qt debuging messages to a trace file.")
|
|
|
|
option (WSJT_SOFT_KEYING "Apply a ramp to CW keying envelope to reduce transients." ON)
|
|
|
|
option (WSJT_SKIP_MANPAGES "Skip *nix manpage generation.")
|
|
|
|
-option (WSJT_GENERATE_DOCS "Generate documentation files." ON)
|
|
|
|
+option (WSJT_GENERATE_DOCS "Generate documentation files.")
|
|
|
|
option (WSJT_RIG_NONE_CAN_SPLIT "Allow split operation with \"None\" as rig.")
|
|
|
|
option (WSJT_TRACE_UDP "Debugging option that turns on UDP message protocol diagnostics.")
|
|
|
|
option (WSJT_BUILD_UTILS "Build simulators and code demonstrators." ON)
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -169,76 +169,7 @@
|
2021-05-31 17:54:11 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
set (wsjt_qt_CXXSRCS
|
2021-09-28 14:42:52 +00:00
|
|
|
- helper_functions.cpp
|
2021-05-31 17:54:11 +00:00
|
|
|
- qt_helpers.cpp
|
|
|
|
- widgets/MessageBox.cpp
|
|
|
|
- MetaDataRegistry.cpp
|
|
|
|
- Network/NetworkServerLookup.cpp
|
|
|
|
revision_utils.cpp
|
|
|
|
- L10nLoader.cpp
|
|
|
|
- WFPalette.cpp
|
|
|
|
- Radio.cpp
|
|
|
|
- RadioMetaType.cpp
|
|
|
|
- NonInheritingProcess.cpp
|
|
|
|
- models/IARURegions.cpp
|
|
|
|
- models/Bands.cpp
|
|
|
|
- models/Modes.cpp
|
|
|
|
- models/FrequencyList.cpp
|
|
|
|
- models/StationList.cpp
|
|
|
|
- widgets/FrequencyLineEdit.cpp
|
|
|
|
- widgets/FrequencyDeltaLineEdit.cpp
|
|
|
|
- item_delegates/CandidateKeyFilter.cpp
|
|
|
|
- item_delegates/ForeignKeyDelegate.cpp
|
|
|
|
- validators/LiveFrequencyValidator.cpp
|
|
|
|
- GetUserId.cpp
|
|
|
|
- Audio/AudioDevice.cpp
|
|
|
|
- Transceiver/Transceiver.cpp
|
|
|
|
- Transceiver/TransceiverBase.cpp
|
|
|
|
- Transceiver/EmulateSplitTransceiver.cpp
|
|
|
|
- Transceiver/TransceiverFactory.cpp
|
|
|
|
- Transceiver/PollingTransceiver.cpp
|
|
|
|
- Transceiver/HamlibTransceiver.cpp
|
|
|
|
- Transceiver/HRDTransceiver.cpp
|
|
|
|
- Transceiver/DXLabSuiteCommanderTransceiver.cpp
|
|
|
|
- Network/NetworkMessage.cpp
|
|
|
|
- Network/MessageClient.cpp
|
|
|
|
- widgets/LettersSpinBox.cpp
|
|
|
|
- widgets/HintedSpinBox.cpp
|
|
|
|
- widgets/RestrictedSpinBox.cpp
|
|
|
|
- widgets/HelpTextWindow.cpp
|
|
|
|
- SampleDownloader.cpp
|
|
|
|
- SampleDownloader/DirectoryDelegate.cpp
|
|
|
|
- SampleDownloader/Directory.cpp
|
|
|
|
- SampleDownloader/FileNode.cpp
|
|
|
|
- SampleDownloader/RemoteFile.cpp
|
|
|
|
- DisplayManual.cpp
|
|
|
|
- MultiSettings.cpp
|
|
|
|
- validators/MaidenheadLocatorValidator.cpp
|
|
|
|
- validators/CallsignValidator.cpp
|
|
|
|
- widgets/SplashScreen.cpp
|
|
|
|
- EqualizationToolsDialog.cpp
|
|
|
|
- widgets/DoubleClickablePushButton.cpp
|
|
|
|
- widgets/DoubleClickableRadioButton.cpp
|
|
|
|
- Network/LotWUsers.cpp
|
|
|
|
- models/DecodeHighlightingModel.cpp
|
|
|
|
- widgets/DecodeHighlightingListView.cpp
|
|
|
|
- models/FoxLog.cpp
|
|
|
|
- widgets/AbstractLogWindow.cpp
|
|
|
|
- widgets/FoxLogWindow.cpp
|
|
|
|
- widgets/CabrilloLogWindow.cpp
|
|
|
|
- item_delegates/CallsignDelegate.cpp
|
|
|
|
- item_delegates/MaidenheadLocatorDelegate.cpp
|
|
|
|
- item_delegates/FrequencyDelegate.cpp
|
|
|
|
- item_delegates/FrequencyDeltaDelegate.cpp
|
|
|
|
- item_delegates/SQLiteDateTimeDelegate.cpp
|
|
|
|
- models/CabrilloLog.cpp
|
|
|
|
- logbook/AD1CCty.cpp
|
|
|
|
- logbook/WorkedBefore.cpp
|
|
|
|
- logbook/Multiplier.cpp
|
|
|
|
- Network/NetworkAccessManager.cpp
|
|
|
|
- widgets/LazyFillComboBox.cpp
|
|
|
|
- widgets/CheckableItemComboBox.cpp
|
2021-09-28 14:42:52 +00:00
|
|
|
- widgets/BandComboBox.cpp
|
2021-05-31 17:54:11 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
set (wsjt_qtmm_CXXSRCS
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -884,8 +815,6 @@
|
|
|
|
check_type_size (CACHE_ALL HAMLIB_OLD_CACHING)
|
|
|
|
check_symbol_exists (rig_set_cache_timeout_ms "hamlib/rig.h" HAVE_HAMLIB_CACHING)
|
|
|
|
|
|
|
|
-find_package (Portaudio REQUIRED)
|
|
|
|
-
|
|
|
|
find_package (Usb REQUIRED)
|
|
|
|
|
2020-05-25 18:30:53 +00:00
|
|
|
#
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -1081,9 +1010,6 @@
|
2021-05-31 17:54:11 +00:00
|
|
|
if (WSJT_GENERATE_DOCS)
|
|
|
|
add_subdirectory (doc)
|
|
|
|
endif (WSJT_GENERATE_DOCS)
|
|
|
|
-if (EXISTS ${CMAKE_SOURCE_DIR}/tests AND IS_DIRECTORY ${CMAKE_SOURCE_DIR}/tests)
|
|
|
|
- add_subdirectory (tests)
|
|
|
|
-endif ()
|
|
|
|
|
2021-09-28 14:42:52 +00:00
|
|
|
# build a library of package functionality (without and optionally with OpenMP support)
|
|
|
|
add_library (wsjt_cxx STATIC ${wsjt_CSRCS} ${wsjt_CXXSRCS})
|
|
|
|
@@ -1341,10 +1267,7 @@
|
|
|
|
add_library (wsjt_qt STATIC ${wsjt_qt_CXXSRCS} ${wsjt_qt_GENUISRCS} ${GENAXSRCS})
|
|
|
|
# set wsjtx_udp exports to static variants
|
|
|
|
target_compile_definitions (wsjt_qt PUBLIC UDP_STATIC_DEFINE)
|
|
|
|
-target_link_libraries (wsjt_qt Hamlib::Hamlib Boost::log qcp Qt5::Widgets Qt5::Network Qt5::Sql)
|
|
|
|
-if (WIN32)
|
|
|
|
- target_link_libraries (wsjt_qt Qt5::AxContainer Qt5::AxBase)
|
|
|
|
-endif (WIN32)
|
|
|
|
+target_link_libraries (wsjt_qt Qt5::Core)
|
|
|
|
|
|
|
|
# build a library of package Qt functionality used in Fortran utilities
|
|
|
|
add_library (fort_qt STATIC ${fort_qt_CXXSRCS})
|
|
|
|
@@ -1408,60 +1331,6 @@
|
|
|
|
add_subdirectory (map65)
|
|
|
|
endif ()
|
2020-05-27 22:45:27 +00:00
|
|
|
|
|
|
|
-# build the main application
|
2021-02-01 22:56:09 +00:00
|
|
|
-generate_version_info (wsjtx_VERSION_RESOURCES
|
|
|
|
- NAME wsjtx
|
|
|
|
- BUNDLE ${PROJECT_BUNDLE_NAME}
|
|
|
|
- ICON ${WSJTX_ICON_FILE}
|
|
|
|
- )
|
|
|
|
-
|
2020-05-27 22:45:27 +00:00
|
|
|
-add_executable (wsjtx MACOSX_BUNDLE
|
|
|
|
- ${wsjtx_CXXSRCS}
|
|
|
|
- ${wsjtx_GENUISRCS}
|
|
|
|
- ${WSJTX_ICON_FILE}
|
|
|
|
- ${wsjtx_RESOURCES_RCC}
|
2021-02-01 22:56:09 +00:00
|
|
|
- ${wsjtx_VERSION_RESOURCES}
|
2020-05-27 22:45:27 +00:00
|
|
|
- )
|
|
|
|
-
|
2021-02-01 22:56:09 +00:00
|
|
|
-if (WSJT_CREATE_WINMAIN)
|
|
|
|
- set_target_properties (wsjtx PROPERTIES WIN32_EXECUTABLE ON)
|
|
|
|
-endif (WSJT_CREATE_WINMAIN)
|
|
|
|
-
|
2020-05-27 22:45:27 +00:00
|
|
|
-set_target_properties (wsjtx PROPERTIES
|
|
|
|
- MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Darwin/Info.plist.in"
|
2021-02-01 22:56:09 +00:00
|
|
|
- MACOSX_BUNDLE_INFO_STRING "${PROJECT_DESCRIPTION}"
|
2020-05-27 22:45:27 +00:00
|
|
|
- MACOSX_BUNDLE_ICON_FILE "${WSJTX_ICON_FILE}"
|
2021-02-01 22:56:09 +00:00
|
|
|
- MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}
|
|
|
|
- MACOSX_BUNDLE_SHORT_VERSION_STRING "v${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}"
|
|
|
|
- MACOSX_BUNDLE_LONG_VERSION_STRING "Version ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${SCS_VERSION_STR}"
|
|
|
|
- MACOSX_BUNDLE_BUNDLE_NAME "${PROJECT_BUNDLE_NAME}"
|
2020-05-27 22:45:27 +00:00
|
|
|
- MACOSX_BUNDLE_BUNDLE_EXECUTABLE_NAME "${PROJECT_NAME}"
|
|
|
|
- MACOSX_BUNDLE_COPYRIGHT "${PROJECT_COPYRIGHT}"
|
|
|
|
- MACOSX_BUNDLE_GUI_IDENTIFIER "org.k1jt.wsjtx"
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
-target_include_directories (wsjtx PRIVATE ${FFTW3_INCLUDE_DIRS})
|
|
|
|
-if (APPLE)
|
2021-02-01 22:56:09 +00:00
|
|
|
- target_link_libraries (wsjtx wsjt_fort)
|
2020-05-27 22:45:27 +00:00
|
|
|
-else ()
|
2021-02-01 22:56:09 +00:00
|
|
|
- target_link_libraries (wsjtx wsjt_fort_omp)
|
2020-05-27 22:45:27 +00:00
|
|
|
- if (OpenMP_C_FLAGS)
|
|
|
|
- set_target_properties (wsjtx PROPERTIES
|
|
|
|
- COMPILE_FLAGS "${OpenMP_C_FLAGS}"
|
|
|
|
- LINK_FLAGS "${OpenMP_C_FLAGS}"
|
|
|
|
- )
|
|
|
|
- endif ()
|
|
|
|
- set_target_properties (wsjtx PROPERTIES
|
|
|
|
- Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/fortran_modules_omp
|
|
|
|
- )
|
|
|
|
- if (WIN32)
|
|
|
|
- set_target_properties (wsjtx PROPERTIES
|
2021-02-01 22:56:09 +00:00
|
|
|
- LINK_FLAGS -Wl,--stack,0x1000000,--heap,0x20000000
|
2020-05-27 22:45:27 +00:00
|
|
|
- )
|
|
|
|
- endif ()
|
|
|
|
-endif ()
|
2021-09-28 14:42:52 +00:00
|
|
|
-target_link_libraries (wsjtx Qt5::SerialPort wsjt_cxx wsjt_qt wsjt_qtmm ${FFTW3_LIBRARIES} ${LIBM_LIBRARIES})
|
2020-05-27 22:45:27 +00:00
|
|
|
-
|
|
|
|
# make a library for WSJT-X UDP servers
|
|
|
|
# add_library (wsjtx_udp SHARED ${UDP_library_CXXSRCS})
|
|
|
|
add_library (wsjtx_udp-static STATIC ${UDP_library_CXXSRCS})
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -1501,47 +1370,9 @@
|
2021-05-31 17:54:11 +00:00
|
|
|
add_executable (wsjtx_app_version AppVersion/AppVersion.cpp ${wsjtx_app_version_VERSION_RESOURCES})
|
|
|
|
target_link_libraries (wsjtx_app_version wsjt_qt)
|
2020-05-27 22:45:27 +00:00
|
|
|
|
2021-05-31 17:54:11 +00:00
|
|
|
-generate_version_info (message_aggregator_VERSION_RESOURCES
|
|
|
|
- NAME message_aggregator
|
|
|
|
- BUNDLE ${PROJECT_BUNDLE_NAME}
|
|
|
|
- ICON ${WSJTX_ICON_FILE}
|
|
|
|
- FILE_DESCRIPTION "Example WSJT-X UDP Message Protocol application"
|
|
|
|
- )
|
|
|
|
-add_resources (message_aggregator_RESOURCES /qss ${message_aggregator_STYLESHEETS})
|
|
|
|
-configure_file (UDPExamples/message_aggregator.qrc.in message_aggregator.qrc @ONLY)
|
|
|
|
-qt5_add_resources (message_aggregator_RESOURCES_RCC
|
|
|
|
- ${CMAKE_CURRENT_BINARY_DIR}/message_aggregator.qrc
|
|
|
|
- contrib/QDarkStyleSheet/qdarkstyle/style.qrc
|
|
|
|
- )
|
|
|
|
-add_executable (message_aggregator
|
|
|
|
- ${message_aggregator_CXXSRCS}
|
|
|
|
- ${message_aggregator_RESOURCES_RCC}
|
|
|
|
- ${message_aggregator_VERSION_RESOURCES}
|
|
|
|
- )
|
|
|
|
-target_link_libraries (message_aggregator wsjt_qt Qt5::Widgets wsjtx_udp-static)
|
|
|
|
-
|
|
|
|
-if (WSJT_CREATE_WINMAIN)
|
|
|
|
- set_target_properties (message_aggregator PROPERTIES WIN32_EXECUTABLE ON)
|
|
|
|
-endif (WSJT_CREATE_WINMAIN)
|
|
|
|
-
|
2020-05-27 22:45:27 +00:00
|
|
|
-if (UNIX)
|
|
|
|
- if (NOT WSJT_SKIP_MANPAGES)
|
|
|
|
- add_subdirectory (manpages)
|
|
|
|
- add_dependencies (wsjtx manpages)
|
|
|
|
- endif (NOT WSJT_SKIP_MANPAGES)
|
|
|
|
- if (NOT APPLE)
|
|
|
|
- add_subdirectory (debian)
|
|
|
|
- add_dependencies (wsjtx debian)
|
|
|
|
- endif (NOT APPLE)
|
|
|
|
-endif (UNIX)
|
|
|
|
-
|
|
|
|
#
|
|
|
|
# installation
|
|
|
|
#
|
|
|
|
-install (TARGETS wsjtx
|
|
|
|
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
|
|
|
|
- BUNDLE DESTINATION . COMPONENT runtime
|
|
|
|
- )
|
|
|
|
|
|
|
|
# install (TARGETS wsjtx_udp EXPORT udp
|
|
|
|
# RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -1560,12 +1391,7 @@
|
2020-05-27 22:45:27 +00:00
|
|
|
# DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/wsjtx
|
|
|
|
# )
|
|
|
|
|
2021-02-01 22:56:09 +00:00
|
|
|
-install (TARGETS udp_daemon message_aggregator wsjtx_app_version
|
2020-05-27 22:45:27 +00:00
|
|
|
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
|
|
|
|
- BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
-install (TARGETS jt9 wsprd fmtave fcal fmeasure
|
2021-02-01 22:56:09 +00:00
|
|
|
+install (TARGETS wsjtx_app_version jt9 wsprd
|
2020-05-27 22:45:27 +00:00
|
|
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
|
|
|
|
BUNDLE DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT runtime
|
|
|
|
)
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -1578,38 +1404,6 @@
|
2020-05-27 22:45:27 +00:00
|
|
|
)
|
|
|
|
endif(WSJT_BUILD_UTILS)
|
|
|
|
|
2020-05-25 18:30:53 +00:00
|
|
|
-install (PROGRAMS
|
|
|
|
- ${RIGCTL_EXE}
|
|
|
|
- DESTINATION ${CMAKE_INSTALL_BINDIR}
|
|
|
|
- #COMPONENT runtime
|
|
|
|
- RENAME rigctl-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
-install (PROGRAMS
|
|
|
|
- ${RIGCTLD_EXE}
|
|
|
|
- DESTINATION ${CMAKE_INSTALL_BINDIR}
|
|
|
|
- #COMPONENT runtime
|
|
|
|
- RENAME rigctld-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
-install (PROGRAMS
|
|
|
|
- ${RIGCTLCOM_EXE}
|
|
|
|
- DESTINATION ${CMAKE_INSTALL_BINDIR}
|
|
|
|
- #COMPONENT runtime
|
|
|
|
- RENAME rigctlcom-wsjtx${CMAKE_EXECUTABLE_SUFFIX}
|
|
|
|
- )
|
2020-05-27 22:45:27 +00:00
|
|
|
-
|
|
|
|
-install (FILES
|
|
|
|
- README
|
|
|
|
- COPYING
|
|
|
|
- AUTHORS
|
|
|
|
- THANKS
|
|
|
|
- NEWS
|
|
|
|
- BUGS
|
|
|
|
- DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
|
|
|
- #COMPONENT runtime
|
|
|
|
- )
|
2020-05-25 18:30:53 +00:00
|
|
|
-
|
|
|
|
install (FILES
|
2021-02-01 22:56:09 +00:00
|
|
|
cty.dat
|
|
|
|
cty.dat_copyright.txt
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -1618,13 +1412,6 @@
|
2021-02-01 22:56:09 +00:00
|
|
|
#COMPONENT runtime
|
|
|
|
)
|
|
|
|
|
|
|
|
-install (DIRECTORY
|
|
|
|
- example_log_configurations
|
|
|
|
- DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
|
|
|
- FILES_MATCHING REGEX "^.*[^~]$"
|
|
|
|
- #COMPONENT runtime
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
#
|
|
|
|
# Mac installer files
|
|
|
|
#
|
2021-09-28 14:42:52 +00:00
|
|
|
@@ -1676,22 +1463,6 @@
|
|
|
|
"${CMAKE_CURRENT_BINARY_DIR}/wsjtx_config.h"
|
2021-05-31 17:54:11 +00:00
|
|
|
)
|
|
|
|
|
2021-09-28 14:42:52 +00:00
|
|
|
-
|
2021-05-31 17:54:11 +00:00
|
|
|
-if (NOT WIN32 AND NOT APPLE)
|
|
|
|
- # install a desktop file so wsjtx appears in the application start
|
|
|
|
- # menu with an icon
|
|
|
|
- install (
|
|
|
|
- FILES wsjtx.desktop message_aggregator.desktop
|
|
|
|
- DESTINATION share/applications
|
|
|
|
- #COMPONENT runtime
|
|
|
|
- )
|
|
|
|
- install (
|
|
|
|
- FILES icons/Unix/wsjtx_icon.png
|
|
|
|
- DESTINATION share/pixmaps
|
|
|
|
- #COMPONENT runtime
|
|
|
|
- )
|
|
|
|
-endif (NOT WIN32 AND NOT APPLE)
|
|
|
|
-
|
2021-09-28 14:42:52 +00:00
|
|
|
if (APPLE)
|
|
|
|
set (CMAKE_POSTFLIGHT_SCRIPT
|
|
|
|
"${wsjtx_BINARY_DIR}/postflight.sh")
|
|
|
|
Only in wsjtx: .idea
|