mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 05:11:49 -05:00
Updated Windows build
This commit is contained in:
parent
06b346fef2
commit
56bd15da85
@ -22,7 +22,6 @@
|
||||
#include "settings/preset.h"
|
||||
#include "dsp/dspengine.h"
|
||||
|
||||
// TODO: extract GUI dependencies in a separate object
|
||||
DeviceSinkAPI::DeviceSinkAPI(int deviceTabIndex,
|
||||
DSPDeviceSinkEngine *deviceSinkEngine) :
|
||||
m_deviceTabIndex(deviceTabIndex),
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "settings/preset.h"
|
||||
#include "dsp/dspengine.h"
|
||||
|
||||
// TODO: extract GUI dependencies in a separate object
|
||||
DeviceSourceAPI::DeviceSourceAPI(int deviceTabIndex,
|
||||
DSPDeviceSourceEngine *deviceSourceEngine) :
|
||||
m_deviceTabIndex(deviceTabIndex),
|
||||
|
@ -49,6 +49,8 @@ SOURCES += audio/audiodeviceinfo.cpp\
|
||||
audio/audiofifo.cpp\
|
||||
audio/audiooutput.cpp\
|
||||
audio/audioinput.cpp\
|
||||
device/devicesourceapi.cpp\
|
||||
device/devicesinkapi.cpp\
|
||||
dsp/afsquelch.cpp\
|
||||
dsp/agc.cpp\
|
||||
dsp/downchannelizer.cpp\
|
||||
@ -96,7 +98,8 @@ SOURCES += audio/audiodeviceinfo.cpp\
|
||||
util/prettyprint.cpp\
|
||||
util/syncmessenger.cpp\
|
||||
util/samplesourceserializer.cpp\
|
||||
util/simpleserializer.cpp
|
||||
util/simpleserializer.cpp\
|
||||
plugin/plugininterface.cpp
|
||||
|
||||
HEADERS += audio/audiodeviceinfo.h\
|
||||
audio/audiofifo.h\
|
||||
@ -157,6 +160,7 @@ HEADERS += audio/audiodeviceinfo.h\
|
||||
dsp/devicesamplesource.h\
|
||||
dsp/devicesamplesink.h\
|
||||
plugin/plugininstancegui.h\
|
||||
plugin/plugininterface.h\
|
||||
settings/preferences.h\
|
||||
settings/preset.h\
|
||||
settings/mainsettings.h\
|
||||
|
@ -34,8 +34,6 @@ CONFIG(MINGW64):INCLUDEPATH += "D:\boost_1_58_0"
|
||||
CONFIG(macx):INCLUDEPATH += "../../../boost_1_64_0"
|
||||
|
||||
SOURCES += mainwindow.cpp\
|
||||
device/devicesourceapi.cpp\
|
||||
device/devicesinkapi.cpp\
|
||||
device/deviceuiset.cpp\
|
||||
dsp/spectrumscopecombovis.cpp\
|
||||
dsp/spectrumscopengcombovis.cpp\
|
||||
|
Loading…
Reference in New Issue
Block a user