mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
Windows build fixes
This commit is contained in:
parent
0b5ab32a90
commit
7fa26835bd
@ -7,11 +7,11 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = serialdv
|
||||
SUBDIRS += sdrbase
|
||||
SUBDIRS += sdrgui
|
||||
SUBDIRS += httpserver
|
||||
SUBDIRS += logging
|
||||
SUBDIRS += swagger
|
||||
SUBDIRS += sdrbase
|
||||
SUBDIRS += sdrgui
|
||||
CONFIG(MINGW64)SUBDIRS += nanomsg
|
||||
SUBDIRS += fcdhid
|
||||
SUBDIRS += fcdlib
|
||||
|
@ -198,6 +198,7 @@ HEADERS += audio/audiodeviceinfo.h\
|
||||
|
||||
!macx:LIBS += -L../serialdv/$${build_subdir} -lserialdv
|
||||
LIBS += -L../httpserver/$${build_subdir} -lhttpserver
|
||||
LIBS += -L../swagger/$${build_subdir} -lswagger
|
||||
|
||||
CONFIG(ANDROID):CONFIG += mobility
|
||||
CONFIG(ANDROID):MOBILITY =
|
||||
|
@ -77,7 +77,7 @@ SOURCES += mainwindow.cpp\
|
||||
gui/transverterdialog.cpp\
|
||||
gui/valuedial.cpp\
|
||||
gui/valuedialz.cpp\
|
||||
webapi/webapiadapergui.cpp
|
||||
webapi/webapiadaptergui.cpp
|
||||
|
||||
HEADERS += mainwindow.h\
|
||||
device/devicesourceapi.h\
|
||||
@ -123,7 +123,7 @@ HEADERS += mainwindow.h\
|
||||
gui/transverterdialog.h\
|
||||
gui/valuedial.h\
|
||||
gui/valuedialz.h\
|
||||
webapi/webapiadapergui.h
|
||||
webapi/webapiadaptergui.h
|
||||
|
||||
FORMS += mainwindow.ui\
|
||||
gui/scopewindow.ui\
|
||||
@ -146,6 +146,7 @@ FORMS += mainwindow.ui\
|
||||
|
||||
LIBS += -L../sdrbase/$${build_subdir} -lsdrbase
|
||||
LIBS += -L../logging/$${build_subdir} -llogging
|
||||
LIBS += -L../swagger/$${build_subdir} -lswagger
|
||||
|
||||
RESOURCES = resources/res.qrc
|
||||
|
||||
|
@ -12,6 +12,7 @@ copy mbelib\%1\mbelib.dll %2
|
||||
copy dsdcc\%1\dsdcc.dll %2
|
||||
copy serialdv\%1\serialdv.dll %2
|
||||
copy httpserver\%1\httpserver.dll %2
|
||||
copy swagger\%1\swagger.dll %2
|
||||
copy logging\%1\logging.dll %2
|
||||
copy libhackrf\%1\libhackrf.dll %2
|
||||
copy librtlsdr\%1\librtlsdr.dll %2
|
||||
|
@ -33,6 +33,7 @@ copy serialdv\%1\serialdv.dll %2
|
||||
copy nanomsg\%1\nanomsg.dll %2
|
||||
copy httpserver\%1\httpserver.dll %2
|
||||
copy logging\%1\logging.dll %2
|
||||
copy swagger\%1\swagger.dll %2
|
||||
copy libhackrf\%1\libhackrf.dll %2
|
||||
copy librtlsdr\%1\librtlsdr.dll %2
|
||||
copy libairspy\%1\libairspy.dll %2
|
||||
|
Loading…
Reference in New Issue
Block a user