diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index fa8785aa7..3ecdb336d 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -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 diff --git a/sdrbase/sdrbase.pro b/sdrbase/sdrbase.pro index 1c03bf6de..5fff9607a 100644 --- a/sdrbase/sdrbase.pro +++ b/sdrbase/sdrbase.pro @@ -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 = diff --git a/sdrgui/sdrgui.pro b/sdrgui/sdrgui.pro index c5807a13d..71448113f 100644 --- a/sdrgui/sdrgui.pro +++ b/sdrgui/sdrgui.pro @@ -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 diff --git a/windows.install.bat b/windows.install.bat index 3fcec9e9b..156747d66 100644 --- a/windows.install.bat +++ b/windows.install.bat @@ -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 diff --git a/windows64.install.bat b/windows64.install.bat index ce3be9800..b06926c7d 100644 --- a/windows64.install.bat +++ b/windows64.install.bat @@ -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