1
0
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:
Edouard GRIFFITHS
2018-07-11 18:05:05 +02:00
parent 2670c17f6a
commit ea83e43d09
35 changed files with 145 additions and 137 deletions
+2 -2
View File
@@ -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