mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
Multi device support: Windows support
This commit is contained in:
parent
3e1236f898
commit
b97a2ecffb
@ -7,7 +7,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia
|
||||
QT += core gui widgets multimedia opengl
|
||||
|
||||
TARGET = inputairspy
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia
|
||||
QT += core gui widgets multimedia opengl
|
||||
|
||||
TARGET = inputbladerf
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia
|
||||
QT += core gui widgets multimedia opengl
|
||||
|
||||
TARGET = inputfilesource
|
||||
INCLUDEPATH += $$PWD
|
||||
|
@ -7,7 +7,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia
|
||||
QT += core gui widgets multimedia opengl
|
||||
|
||||
TARGET = inputhackrf
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia
|
||||
QT += core gui widgets multimedia opengl
|
||||
|
||||
TARGET = inputrtlsdr
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
|
||||
QT += core gui widgets multimedia network
|
||||
QT += core gui widgets multimedia network opengl
|
||||
|
||||
TARGET = inputsdrdaemon
|
||||
|
||||
|
@ -30,6 +30,7 @@ SOURCES += mainwindow.cpp\
|
||||
audio/audiodeviceinfo.cpp\
|
||||
audio/audiofifo.cpp\
|
||||
audio/audiooutput.cpp\
|
||||
device/deviceapi.cpp\
|
||||
dsp/afsquelch.cpp\
|
||||
dsp/agc.cpp\
|
||||
dsp/channelizer.cpp\
|
||||
@ -77,6 +78,7 @@ SOURCES += mainwindow.cpp\
|
||||
gui/audiodialog.cpp\
|
||||
gui/presetitem.cpp\
|
||||
gui/rollupwidget.cpp\
|
||||
gui/samplingdevicecontrol.cpp\
|
||||
gui/scale.cpp\
|
||||
gui/scaleengine.cpp\
|
||||
gui/valuedial.cpp\
|
||||
@ -100,6 +102,7 @@ HEADERS += mainwindow.h\
|
||||
audio/audiodeviceinfo.h\
|
||||
audio/audiofifo.h\
|
||||
audio/audiooutput.h\
|
||||
device/deviceapi.h\
|
||||
dsp/afsquelch.h\
|
||||
dsp/channelizer.h\
|
||||
dsp/channelmarker.h\
|
||||
@ -153,6 +156,7 @@ HEADERS += mainwindow.h\
|
||||
gui/pluginsdialog.h\
|
||||
gui/presetitem.h\
|
||||
gui/rollupwidget.h\
|
||||
gui/samplingdevicecontrol.h\
|
||||
gui/scale.h\
|
||||
gui/scaleengine.h\
|
||||
gui/valuedial.h\
|
||||
@ -182,6 +186,7 @@ FORMS += mainwindow.ui\
|
||||
gui/glscopegui.ui\
|
||||
gui/aboutdialog.ui\
|
||||
gui/pluginsdialog.ui\
|
||||
gui/samplingdevicecontrol.ui\
|
||||
gui/glspectrumgui.ui\
|
||||
mainwindow.ui
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user