1
0
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:
Edouard Griffiths
2016-03-27 18:56:33 +02:00
parent 641e6b529f
commit 27b6aab5f7
13 changed files with 27 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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
+1
View File
@@ -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