mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Windows: MSVC2017: adapt hackrfoutput plugin module
This commit is contained in:
parent
1a051b41c6
commit
71387eb61a
@ -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 "dsp/samplesourcefifo.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user