mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
Windows: MSVC2017: adapt hackrfinput plugin module
This commit is contained in:
parent
27152dbb14
commit
977a2abd90
@ -23,7 +23,7 @@
|
||||
class DEVICES_API DeviceHackRFShared
|
||||
{
|
||||
public:
|
||||
class MsgConfigureFrequencyDelta : public Message
|
||||
class DEVICES_API MsgConfigureFrequencyDelta : public Message
|
||||
{
|
||||
MESSAGE_CLASS_DECLARATION
|
||||
|
||||
|
@ -19,6 +19,8 @@ QMAKE_CXXFLAGS += -std=c++11
|
||||
|
||||
CONFIG(MINGW32):LIBHACKRFSRC = "C:\softs\hackrf\host"
|
||||
CONFIG(MINGW64):LIBHACKRFSRC = "C:\softs\hackrf\host"
|
||||
CONFIG(MSVC):LIBHACKRFSRC = "C:\softs\hackrf\host"
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include "dsp/samplesinkfifo.h"
|
||||
|
Loading…
Reference in New Issue
Block a user