mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
New Windows build
This commit is contained in:
@@ -11,8 +11,8 @@ QT += core gui widgets multimedia opengl
|
||||
|
||||
TARGET = inputairspy
|
||||
|
||||
CONFIG(MINGW32):LIBAIRSPYSRC = "D:\softs\libairspy"
|
||||
CONFIG(MINGW64):LIBAIRSPYSRC = "D:\softs\libairspy"
|
||||
CONFIG(MINGW32):LIBAIRSPYSRC = "C:\softs\libairspy"
|
||||
CONFIG(MINGW64):LIBAIRSPYSRC = "C:\softs\libairspy"
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += ../../../exports
|
||||
INCLUDEPATH += ../../../sdrbase
|
||||
|
||||
Reference in New Issue
Block a user