1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-21 11:48:54 -04:00

Windows build: fixed rtlsdr build

This commit is contained in:
f4exb 2019-01-27 10:41:10 +01:00
parent a9377890cc
commit 6fb6cc4dc4
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ QT += core
TEMPLATE = lib
TARGET = librtlsdr
CONFIG(MSVC):DEFINES += rtlsdr_EXPORTS
CONFIG(MINGW32):LIBRTLSDRSRC = "C:\softs\librtlsdr"
CONFIG(MINGW64):LIBRTLSDRSRC = "C:\softs\librtlsdr"
CONFIG(MSVC):LIBRTLSDRSRC = "C:\softs\librtlsdr"

View File

@ -49,7 +49,7 @@ FORMS += rtlsdrgui.ui
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
LIBS += -L../../../sdrgui/$${build_subdir} -lsdrgui
LIBS += -L../../../swagger/$${build_subdir} -lswagger
LIBS -= -L../../../librtlsdr/$${build_subdir} -llibrtlsdr
LIBS += -L../../../librtlsdr/$${build_subdir} -llibrtlsdr
macx {
LIBS -= -L../../../librtlsdr/$${build_subdir} -llibrtlsdr
LIBS += -L/opt/local/lib -lrtlsdr