1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-15 20:28:52 -04:00

Multi device support: Windows support

This commit is contained in:
f4exb
2016-05-25 02:33:50 +02:00
parent 3e1236f898
commit b97a2ecffb
7 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
TEMPLATE = lib
CONFIG += plugin
QT += core gui widgets multimedia
QT += core gui widgets multimedia opengl
TARGET = inputairspy
+1 -1
View File
@@ -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
+1 -1
View File
@@ -7,7 +7,7 @@
TEMPLATE = lib
CONFIG += plugin
QT += core gui widgets multimedia
QT += core gui widgets multimedia opengl
TARGET = inputhackrf
+1 -1
View File
@@ -7,7 +7,7 @@
TEMPLATE = lib
CONFIG += plugin
QT += core gui widgets multimedia
QT += core gui widgets multimedia opengl
TARGET = inputrtlsdr
+1 -1
View File
@@ -7,7 +7,7 @@
TEMPLATE = lib
CONFIG += plugin
QT += core gui widgets multimedia network
QT += core gui widgets multimedia network opengl
TARGET = inputsdrdaemon
+5
View File
@@ -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