mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 17:04:46 -04:00
Enable native Fobos SDR source plugin on Linux
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
#include "plugin/pluginapi.h"
|
||||
|
||||
#ifdef SERVER_MODE
|
||||
#include "FOBOSinput.h"
|
||||
#include "fobosinput.h"
|
||||
#else
|
||||
#include "FOBOSgui.h"
|
||||
#include "fobosgui.h"
|
||||
#endif
|
||||
#include "FOBOSplugin.h"
|
||||
#include "FOBOSwebapiadapter.h"
|
||||
#include "fobosplugin.h"
|
||||
#include "foboswebapiadapter.h"
|
||||
|
||||
const PluginDescriptor FOBOSPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("FOBOS"),
|
||||
|
||||
Reference in New Issue
Block a user