mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -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 = inputhackrf
|
||||
|
||||
CONFIG(MINGW32):LIBHACKRFSRC = "D:\softs\hackrf\host"
|
||||
CONFIG(MINGW64):LIBHACKRFSRC = "D:\softs\hackrf\host"
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
INCLUDEPATH += $$LIBHACKRFSRC
|
||||
|
||||
Reference in New Issue
Block a user