Windows: MSVC2017: adapt hackrfoutput plugin module

This commit is contained in:
f4exb 2018-11-13 11:20:40 +01:00
parent 1a051b41c6
commit 71387eb61a
2 changed files with 2 additions and 1 deletions

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 "dsp/samplesourcefifo.h"