Skip to content

Commit b503cb4

Browse files
author
Erika
committed
Added the paths of the MacOs libraries to the .pro file
1 parent c553454 commit b503cb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

align/align.pro

+3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ CONFIG += console
77
CONFIG -= app_bundle
88

99
INCLUDEPATH += /usr/include/opencv4
10+
mac:INCLUDEPATH += /opt/homebrew/include/opencv4
11+
1012
LIBS += -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lopencv_video
13+
mac:LIBS += -L/opt/homebrew/lib -lopencv_core -lopencv_imgcodecs -lopencv_imgproc -lopencv_video
1114
#-lopencv_stitching -lopencv_alphamat -lopencv_aruco -lopencv_barcode -lopencv_bgsegm
1215
#-lopencv_bioinspired -lopencv_ccalib -lopencv_dnn_objdetect -lopencv_dnn_superres
1316
#-lopencv_dpm -lopencv_face -lopencv_freetype -lopencv_fuzzy -lopencv_hdf -lopencv_hfs

0 commit comments

Comments
 (0)