Windows: MSVC2017: adapt hackrfinput plugin module

This commit is contained in:
f4exb 2018-11-13 11:08:34 +01:00
parent 27152dbb14
commit 977a2abd90
3 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
class DEVICES_API DeviceHackRFShared
{
public:
class MsgConfigureFrequencyDelta : public Message
class DEVICES_API MsgConfigureFrequencyDelta : public Message
{
MESSAGE_CLASS_DECLARATION

View File

@ -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

View File

@ -18,7 +18,6 @@
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <algorithm>
#include "dsp/samplesinkfifo.h"