mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
MacOS compatibility with serialDV
This commit is contained in:
parent
73d3355914
commit
9a849a9bbb
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
@ -209,7 +209,7 @@ elseif(APPLE)
|
||||
set(MACOS_EXTERNAL_LIBS_FIXUP "${MACOS_EXTERNAL_LIBS_FIXUP};${binary_dir}")
|
||||
endif()
|
||||
|
||||
if(WIN32 OR LINUX)
|
||||
# Works on MacOS with a dummy serialDV
|
||||
ExternalProject_Add(serialdv
|
||||
GIT_REPOSITORY https://github.com/f4exb/serialDV.git
|
||||
GIT_TAG ${SERIALDV_TAG}
|
||||
@ -240,7 +240,6 @@ if(WIN32 OR LINUX)
|
||||
FILES_MATCHING PATTERN "libserialdv*${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
||||
set(MACOS_EXTERNAL_LIBS_FIXUP "${MACOS_EXTERNAL_LIBS_FIXUP};${binary_dir}")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
ExternalProject_Add(dsdcc
|
||||
GIT_REPOSITORY https://github.com/f4exb/dsdcc.git
|
||||
|
@ -1671,8 +1671,10 @@ void MainWindow::on_action_DeviceUserArguments_triggered()
|
||||
void MainWindow::on_action_AMBE_triggered()
|
||||
{
|
||||
qDebug("MainWindow::on_action_AMBE_triggered");
|
||||
#ifndef __APPLE__
|
||||
AMBEDevicesDialog ambeDevicesDialog(m_dspEngine->getAMBEEngine(), this);
|
||||
ambeDevicesDialog.exec();
|
||||
#endif
|
||||
}
|
||||
|
||||
void MainWindow::sampleSourceChanged()
|
||||
|
Loading…
x
Reference in New Issue
Block a user