mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-12 11:26:11 -05:00
Windows: MSVC2017: adapt sdrdaemoninput plugin module (1)
This commit is contained in:
parent
71387eb61a
commit
ad9758f541
@ -11,6 +11,7 @@ TARGET = cm256cc
|
|||||||
|
|
||||||
CONFIG(MINGW32):LIBCM256CCSRC = "C:\softs\cm256cc"
|
CONFIG(MINGW32):LIBCM256CCSRC = "C:\softs\cm256cc"
|
||||||
CONFIG(MINGW64):LIBCM256CCSRC = "C:\softs\cm256cc"
|
CONFIG(MINGW64):LIBCM256CCSRC = "C:\softs\cm256cc"
|
||||||
|
CONFIG(MSVC):LIBCM256CCSRC = "C:\softs\cm256cc"
|
||||||
CONFIG(macx):LIBCM256CCSRC = "../../deps/cm256cc"
|
CONFIG(macx):LIBCM256CCSRC = "../../deps/cm256cc"
|
||||||
|
|
||||||
INCLUDEPATH += $$LIBCM256CCSRC
|
INCLUDEPATH += $$LIBCM256CCSRC
|
||||||
|
@ -13,6 +13,7 @@ TARGET = inputsdrdaemonsource
|
|||||||
|
|
||||||
CONFIG(MINGW32):LIBCM256CCSRC = "C:\softs\cm256cc"
|
CONFIG(MINGW32):LIBCM256CCSRC = "C:\softs\cm256cc"
|
||||||
CONFIG(MINGW64):LIBCM256CCSRC = "C:\softs\cm256cc"
|
CONFIG(MINGW64):LIBCM256CCSRC = "C:\softs\cm256cc"
|
||||||
|
CONFIG(MSVC):LIBCM256CCSRC = "C:\softs\cm256cc"
|
||||||
CONFIG(macx):LIBCM256CCSRC = "../../../../deps/cm256cc"
|
CONFIG(macx):LIBCM256CCSRC = "../../../../deps/cm256cc"
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
@ -36,6 +37,7 @@ CONFIG(Debug):build_subdir = debug
|
|||||||
|
|
||||||
CONFIG(MINGW32):INCLUDEPATH += "C:\softs\boost_1_66_0"
|
CONFIG(MINGW32):INCLUDEPATH += "C:\softs\boost_1_66_0"
|
||||||
CONFIG(MINGW64):INCLUDEPATH += "C:\softs\boost_1_66_0"
|
CONFIG(MINGW64):INCLUDEPATH += "C:\softs\boost_1_66_0"
|
||||||
|
CONFIG(MSVC):INCLUDEPATH += "C:\softs\boost_1_66_0"
|
||||||
CONFIG(macx):INCLUDEPATH += "../../../boost_1_64_0"
|
CONFIG(macx):INCLUDEPATH += "../../../boost_1_64_0"
|
||||||
|
|
||||||
SOURCES += sdrdaemonsourcebuffer.cpp\
|
SOURCES += sdrdaemonsourcebuffer.cpp\
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/time.h>
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
#include "SWGDeviceSettings.h"
|
#include "SWGDeviceSettings.h"
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
#include <QUdpSocket>
|
#include <QUdpSocket>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
#include "dsp/dspcommands.h"
|
#include "dsp/dspcommands.h"
|
||||||
#include "dsp/dspengine.h"
|
#include "dsp/dspengine.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user