1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Windows build: set SSE options for all source device plugins

This commit is contained in:
f4exb
2016-11-07 18:40:52 +01:00
parent 8b52059ca4
commit 8d3056f202
8 changed files with 77 additions and 38 deletions
+5
View File
@@ -11,6 +11,11 @@ QT += core gui widgets multimedia opengl
TARGET = inputhackrf
DEFINES += USE_SSE2=1
QMAKE_CXXFLAGS += -msse2
DEFINES += USE_SSE4_1=1
QMAKE_CXXFLAGS += -msse4.1
CONFIG(MINGW32):LIBHACKRFSRC = "D:\softs\hackrf\host"
CONFIG(MINGW64):LIBHACKRFSRC = "D:\softs\hackrf\host"
INCLUDEPATH += $$PWD