Skip to content

Commit

Permalink
update opencv path
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Sep 20, 2021
1 parent 3cc4ab5 commit 687e372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DeepLabel.pro
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ win32{
message("Windows")
DEFINES += PROTOBUF_USE_DLLS

INCLUDEPATH += "$$_PRO_FILE_PWD_/opencv/build/install/include"
LIBS += -L"$$_PRO_FILE_PWD_/opencv/build/install/x64/vc15/lib"
INCLUDEPATH += "$$_PRO_FILE_PWD_/opencv/build/include"
LIBS += -L"$$_PRO_FILE_PWD_/opencv/build/x64/vc15/lib"

INCLUDEPATH += "$$_PRO_FILE_PWD_/protobuf/include"
LIBS += -L"$$_PRO_FILE_PWD_/protobuf/lib"
Expand Down

0 comments on commit 687e372

Please sign in to comment.