Skip to content

Commit 33da1da

Browse files
committed
Fixed bug in Win:setProperty() that returns an undefined status code. Updated QtCaptureText to include more camera properties.
1 parent b65cbdd commit 33da1da

File tree

7 files changed

+617
-114
lines changed

7 files changed

+617
-114
lines changed

QtCaptureTest/QtCaptureTest.pro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
1111
TARGET = QtCaptureTest
1212
TEMPLATE = app
1313

14-
#CONFIG += app_bundle
15-
CONFIG -= app_bundle
16-
CONFIG += console
14+
macx:CONFIG -= app_bundle
15+
#CONFIG += console
1716

1817
# add the openpnp-capture include path
1918
INCLUDEPATH += ../include

0 commit comments

Comments
 (0)