1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 16:08:39 -05:00

RTLSDR plugin Windows build: return to mainstream librtlsdr

This commit is contained in:
f4exb 2016-10-08 10:43:21 +02:00
parent 48295b3b50
commit d48bb90e4e

View File

@ -9,8 +9,8 @@ QT += core
TEMPLATE = lib
TARGET = librtlsdr
CONFIG(MINGW32):LIBRTLSDRSRC = "D:\softs\rtl-sdr"
CONFIG(MINGW64):LIBRTLSDRSRC = "D:\softs\rtl-sdr"
CONFIG(MINGW32):LIBRTLSDRSRC = "D:\softs\librtlsdr"
CONFIG(MINGW64):LIBRTLSDRSRC = "D:\softs\librtlsdr"
INCLUDEPATH += $$LIBRTLSDRSRC/include
CONFIG(MINGW32):INCLUDEPATH += "D:\libusb-1.0.19\include\libusb-1.0"