mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
ATV Modulator: Windows build: implement opencv
This commit is contained in:
parent
0429b36fd9
commit
166f07f26f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user