Skip to content

Commit

Permalink
Added usage instructions to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganGrundy committed Feb 9, 2021
1 parent 1f3ae01 commit 2fb97cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Guide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions common.pri
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += CUDA # Controls CUDA usage
CONFIG += OPENCV_W_CUDA # Controls OpenCV w/ CUDA usage
#CONFIG += CUDA # Controls CUDA usage
#CONFIG += OPENCV_W_CUDA # Controls OpenCV w/ CUDA usage
CONFIG += c++17
QMAKE_CXXFLAGS += /std:c++17

Expand Down

0 comments on commit 2fb97cc

Please sign in to comment.