Windows build: use keenerd's version of librtlsdr which repository name is rtl-sdr

This commit is contained in:
f4exb 2016-10-01 05:39:30 +02:00
parent c992e45c0d
commit 57c602433c
1 changed files with 2 additions and 2 deletions

View File

@ -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"