mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Widnows build fixes
This commit is contained in:
parent
36c3c71c73
commit
def7592053
@ -21,6 +21,7 @@ INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += ../../../sdrgui
|
||||
INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
@ -39,5 +40,6 @@ FORMS += ammodgui.ui
|
||||
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
|
||||
LIBS += -L../../../swagger/$${build_subdir} -lswagger
|
||||
|
||||
RESOURCES = ../../../sdrgui/resources/res.qrc
|
||||
|
@ -21,6 +21,7 @@ INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += ../../../sdrgui
|
||||
INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
@ -39,5 +40,6 @@ FORMS += ssbmodgui.ui
|
||||
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
|
||||
LIBS += -L../../../swagger/$${build_subdir} -lswagger
|
||||
|
||||
RESOURCES = ../../../sdrgui/resources/res.qrc
|
||||
|
@ -21,6 +21,7 @@ INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += ../../../sdrgui
|
||||
INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
@ -39,5 +40,6 @@ FORMS += wfmmodgui.ui
|
||||
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
|
||||
LIBS += -L../../../swagger/$${build_subdir} -lswagger
|
||||
|
||||
RESOURCES = ../../../sdrgui/resources/res.qrc
|
||||
|
@ -21,6 +21,7 @@ INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += ../../../sdrgui
|
||||
INCLUDEPATH += ../../../swagger/sdrangel/code/qt5/client
|
||||
|
||||
CONFIG(Release):build_subdir = release
|
||||
CONFIG(Debug):build_subdir = debug
|
||||
@ -43,5 +44,6 @@ FORMS += udpsinkgui.ui
|
||||
|
||||
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
|
||||
LIBS += -L../../../swagger/$${build_subdir} -lswagger
|
||||
|
||||
RESOURCES = ../../../sdrgui/resources/res.qrc
|
||||
|
@ -86,6 +86,7 @@ SOURCES += audio/audiodevicemanager.cpp\
|
||||
dsp/nco.cpp\
|
||||
dsp/ncof.cpp\
|
||||
dsp/phaselock.cpp\
|
||||
dsp/projector.cpp\
|
||||
dsp/recursivefilters.cpp\
|
||||
dsp/samplesinkfifo.cpp\
|
||||
dsp/samplesourcefifo.cpp\
|
||||
@ -171,6 +172,7 @@ HEADERS += audio/audiodevicemanager.h\
|
||||
dsp/ncof.h\
|
||||
dsp/phasediscri.h\
|
||||
dsp/phaselock.h\
|
||||
dsp/projector.h\
|
||||
dsp/recursivefilters.h\
|
||||
dsp/samplesinkfifo.h\
|
||||
dsp/samplesourcefifo.h\
|
||||
@ -193,7 +195,6 @@ HEADERS += audio/audiodevicemanager.h\
|
||||
settings/mainsettings.h\
|
||||
util/CRC64.h\
|
||||
util/db.h\
|
||||
export.h\
|
||||
util/message.h\
|
||||
util/messagequeue.h\
|
||||
util/prettyprint.h\
|
||||
|
@ -90,8 +90,6 @@ SOURCES += mainwindow.cpp\
|
||||
webapi/webapiadaptergui.cpp
|
||||
|
||||
HEADERS += mainwindow.h\
|
||||
device/devicesourceapi.h\
|
||||
device/devicesinkapi.h\
|
||||
device/deviceuiset.h\
|
||||
dsp/spectrumscopecombovis.h\
|
||||
dsp/spectrumscopengcombovis.h\
|
||||
|
Loading…
Reference in New Issue
Block a user