Skip to content

Commit 570f4af

Browse files
author
Niels Moseley
committed
Merge remote-tracking branch 'upstream/master'
2 parents ed0f522 + f24d105 commit 570f4af

File tree

11 files changed

+944
-425
lines changed

11 files changed

+944
-425
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ java/target
55
mac/openpnp-capture.xcodeproj/xcuserdata
66
mac/openpnp-capture.xcodeproj/project.xcworkspace/xcuserdata
77
common/version.h
8-
build
8+
/build*
9+
*.pro.user

mac/QtCaptureTest/QtCaptureTest.pro renamed to QtCaptureTest/QtCaptureTest.pro

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ 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
19-
INCLUDEPATH += ../../include
18+
INCLUDEPATH += ../include
2019

2120
SOURCES += main.cpp\
2221
mainwindow.cpp
@@ -25,7 +24,7 @@ HEADERS += mainwindow.h
2524

2625
FORMS += mainwindow.ui
2726

28-
LIBS += -L"../../build/" -lopenpnp-capture
27+
LIBS += -L../build/ -lopenpnp-capture
2928

3029
# add run-path relative dylib search path
3130
QMAKE_RPATHDIR += .
File renamed without changes.

0 commit comments

Comments
 (0)