ATV Modulator: Windows build: implement opencv

This commit is contained in:
f4exb 2017-03-08 11:49:58 +01:00
parent 0429b36fd9
commit 166f07f26f
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@ INCLUDEPATH += ../../../sdrbase
CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug
CONFIG(MINGW32):INCLUDEPATH += "D:\softs\opencv\build\include"
CONFIG(MINGW64):INCLUDEPATH += "D:\softs\opencv\build\include"
SOURCES += atvmod.cpp\
atvmodgui.cpp\
atvmodplugin.cpp
@ -34,4 +37,7 @@ FORMS += atvmodgui.ui
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
CONFIG(MINGW32):LIBS += -LD:\softs\opencv\build\mw32\install\x86\mingw\bin -llibopencv_core2413 -llibopencv_highgui2413
CONFIG(MINGW64):LIBS += -LD:\softs\opencv\build\mw64\install\x64\mingw\bin -llibopencv_core2413 -llibopencv_highgui2413
RESOURCES = ../../../sdrbase/resources/res.qrc