mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-18 06:11:46 -05:00
Windows build: use keenerd's version of librtlsdr which repository name is rtl-sdr
This commit is contained in:
parent
c992e45c0d
commit
57c602433c
@ -9,8 +9,8 @@ QT += core
|
||||
TEMPLATE = lib
|
||||
TARGET = librtlsdr
|
||||
|
||||
CONFIG(MINGW32):LIBRTLSDRSRC = "D:\softs\librtlsdr"
|
||||
CONFIG(MINGW64):LIBRTLSDRSRC = "D:\softs\librtlsdr"
|
||||
CONFIG(MINGW32):LIBRTLSDRSRC = "D:\softs\rtl-sdr"
|
||||
CONFIG(MINGW64):LIBRTLSDRSRC = "D:\softs\rtl-sdr"
|
||||
INCLUDEPATH += $$LIBRTLSDRSRC/include
|
||||
|
||||
CONFIG(MINGW32):INCLUDEPATH += "D:\libusb-1.0.19\include\libusb-1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user