We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4076105 + 1b2153d commit 07a525cCopy full SHA for 07a525c
QtCaptureTest/QtCaptureTest.pro
@@ -26,5 +26,12 @@ FORMS += mainwindow.ui
26
27
LIBS += -L../build/ -lopenpnp-capture
28
29
+# add nvidia to library search path
30
+# your linux installation will probably have
31
+# a different location...
32
+linux {
33
+ LIBS += -L/usr/lib/nvidia-304/
34
+}
35
+
36
# add run-path relative dylib search path
37
QMAKE_RPATHDIR += .
QtCaptureTest/mainwindow.h
@@ -6,6 +6,7 @@
6
#include <QLabel>
7
#include <QCheckBox>
8
#include <QSlider>
9
+#include <QMutex>
10
#include <vector>
11
#include "openpnp-capture.h"
12
0 commit comments