1
0
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:
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 = inputhackrf
CONFIG(MINGW32):LIBHACKRFSRC = "D:\softs\hackrf\host"
CONFIG(MINGW64):LIBHACKRFSRC = "D:\softs\hackrf\host"
INCLUDEPATH += $$PWD
INCLUDEPATH += ../../../sdrbase
INCLUDEPATH += $$LIBHACKRFSRC