mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
Windows build: added possibility to build with MinGW64 (experimental, does not work)
This commit is contained in:
@@ -12,6 +12,7 @@ QT += core gui widgets multimedia
|
||||
TARGET = inputairspy
|
||||
|
||||
CONFIG(MINGW32):LIBAIRSPYSRC = "D:\softs\libairspy"
|
||||
CONFIG(MINGW64):LIBAIRSPYSRC = "D:\softs\libairspy"
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += $$LIBAIRSPYSRC
|
||||
|
||||
@@ -12,6 +12,7 @@ QT += core gui widgets multimedia
|
||||
TARGET = inputbladerf
|
||||
|
||||
CONFIG(MINGW32):LIBBLADERFSRC = "D:\softs\bladeRF\host\libraries\libbladeRF\include"
|
||||
CONFIG(MINGW64):LIBBLADERFSRC = "D:\softs\bladeRF\host\libraries\libbladeRF\include"
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += $$LIBBLADERFSRC
|
||||
|
||||
@@ -12,6 +12,7 @@ QT += core gui widgets multimedia
|
||||
TARGET = inputhackrf
|
||||
|
||||
CONFIG(MINGW32):LIBHACKRFSRC = "D:\softs\hackrf\host"
|
||||
CONFIG(MINGW64):LIBHACKRFSRC = "D:\softs\hackrf\host"
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += $$LIBHACKRFSRC
|
||||
|
||||
@@ -12,6 +12,7 @@ QT += core gui widgets multimedia
|
||||
TARGET = inputrtlsdr
|
||||
|
||||
CONFIG(MINGW32):LIBRTLSDRSRC = "D:\softs\librtlsdr"
|
||||
CONFIG(MINGW64):LIBRTLSDRSRC = "D:\softs\librtlsdr"
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += $$LIBRTLSDRSRC/include
|
||||
|
||||
Reference in New Issue
Block a user