Skip to content

Commit

Permalink
fixed include paths to be 64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
cirquit committed Jan 6, 2021
1 parent c51c61c commit be46d07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions trdrop/trdrop.pro
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ unix: LIBS += -L/usr/local/lib \
-lopencv_videoio \
-lopencv_video

windows: INCLUDEPATH += c:\opencv-4.5.1\build\install\include
# windows: LIBS += -Lc:\opencv-4.5.1\build_64\install\x64\mingw\lib \
windows: LIBS += -Lc:\opencv-4.5.1\build\install\x64\mingw\lib \
# windows: INCLUDEPATH += c:\opencv-4.5.1\build\install\include
windows: INCLUDEPATH += c:\opencv-4.5.1\build_64\install\include
# windows: LIBS += -Lc:\opencv-4.5.1\build\install\x64\mingw\lib \
windows: LIBS += -Lc:\opencv-4.5.1\build_64\install\x64\mingw\lib \
-lopencv_calib3d451 \
-lopencv_core451 \
-lopencv_dnn451 \
Expand Down

0 comments on commit be46d07

Please sign in to comment.