kopia lustrzana https://github.com/f4exb/sdrangel
Windows build fixes
rodzic
aaace4c55b
commit
7e940e3a43
|
@ -17,13 +17,11 @@ CONFIG(MINGW32):INCLUDEPATH += "D:\softs\libusb-1.0.20\include\libusb-1.0"
|
|||
CONFIG(MINGW64):INCLUDEPATH += "D:\softs\libusb-1.0.20\include\libusb-1.0"
|
||||
|
||||
SOURCES = $$LIBAIRSPYHFSRC/src/airspyhf.c\
|
||||
$$LIBAIRSPYHFSRC/src/iqbalancer.c\
|
||||
$$LIBAIRSPYHFSRC/src/iqconverter_int16.c
|
||||
$$LIBAIRSPYHFSRC/src/iqbalancer.c
|
||||
|
||||
HEADERS = $$LIBAIRSPYHFSRC/src/airspyhf.h\
|
||||
$$LIBAIRSPYHFSRC/src/airspyhf_commands.h\
|
||||
$$LIBAIRSPYHFSRC/src/iqbalancer.h\
|
||||
$$LIBAIRSPYHFSRC/src/iqconverter_int16.h
|
||||
$$LIBAIRSPYHFSRC/src/iqbalancer.h
|
||||
|
||||
CONFIG(MINGW32):LIBS += -LD:\softs\libusb-1.0.20\MinGW32\dll -llibusb-1.0
|
||||
CONFIG(MINGW64):LIBS += -LD:\softs\libusb-1.0.20\MinGW64\dll -llibusb-1.0
|
||||
|
|
|
@ -17,7 +17,7 @@ QMAKE_CXXFLAGS += -std=c++11
|
|||
CONFIG(MINGW32):LIBLIMESUITESRC = "D:\softs\LimeSuite"
|
||||
CONFIG(MINGW64):LIBLIMESUITESRC = "D:\softs\LimeSuite"
|
||||
|
||||
CONFIG(MINGW32):INCLUDEPATH += "D:\softs\libusb-1.0.20\include\libusb-1.0"
|
||||
CONFIG(MINGW32):INCLUDEPATH += "D:\softs\libusb-1.0.20\include"
|
||||
CONFIG(MINGW64):INCLUDEPATH += "D:\softs\libusb-1.0.20\include\libusb-1.0"
|
||||
|
||||
CONFIG(MINGW32):INCLUDEPATH += "..\libsqlite3\src"
|
||||
|
|
|
@ -51,6 +51,7 @@ SOURCES += audio/audiodeviceinfo.cpp\
|
|||
audio/audiofifo.cpp\
|
||||
audio/audiooutput.cpp\
|
||||
audio/audioinput.cpp\
|
||||
audio/audionetsink.cpp\
|
||||
channel/channelsinkapi.cpp\
|
||||
channel/channelsourceapi.cpp\
|
||||
commands/command.cpp\
|
||||
|
@ -65,6 +66,7 @@ SOURCES += audio/audiodeviceinfo.cpp\
|
|||
dsp/ctcssdetector.cpp\
|
||||
dsp/cwkeyer.cpp\
|
||||
dsp/cwkeyersettings.cpp\
|
||||
dsp/decimatorsf.cpp\
|
||||
dsp/dspcommands.cpp\
|
||||
dsp/dspengine.cpp\
|
||||
dsp/dspdevicesourceengine.cpp\
|
||||
|
@ -119,6 +121,7 @@ HEADERS += audio/audiodeviceinfo.h\
|
|||
audio/audiofifo.h\
|
||||
audio/audiooutput.h\
|
||||
audio/audioinput.h\
|
||||
audio/audionetsink.h\
|
||||
channel/channelsinkapi.h\
|
||||
channel/channelsourceapi.h\
|
||||
commands/command.h\
|
||||
|
@ -133,6 +136,7 @@ HEADERS += audio/audiodeviceinfo.h\
|
|||
dsp/cwkeyersettings.h\
|
||||
dsp/complex.h\
|
||||
dsp/decimators.h\
|
||||
dsp/decimatorsf.h\
|
||||
dsp/interpolators.h\
|
||||
dsp/dspcommands.h\
|
||||
dsp/dspengine.h\
|
||||
|
|
Ładowanie…
Reference in New Issue