summaryrefslogtreecommitdiff
path: root/examples/sensors/grue/lib
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-05-26 14:06:43 +0200
committerEike Ziller <eike.ziller@qt.io>2017-05-29 06:50:46 +0000
commit9cd257f6c2285b82d9cce8c2b7c1a259f6a431e3 (patch)
tree8631a2604642947c80d0bb65f3ceda676ccd2d2b /examples/sensors/grue/lib
parent3835caabad9bb192e57e37c83af08c580269b9d9 (diff)
downloadqtsensors-9cd257f6c2285b82d9cce8c2b7c1a259f6a431e3.tar.gz
Fix grue sensor example building on macOS
Task-number: QTBUG-33875 Change-Id: Idd72b689aaae727df77daecb616d5c47b9bb809c Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'examples/sensors/grue/lib')
-rw-r--r--examples/sensors/grue/lib/lib.pri6
-rw-r--r--examples/sensors/grue/lib/lib.pro5
2 files changed, 10 insertions, 1 deletions
diff --git a/examples/sensors/grue/lib/lib.pri b/examples/sensors/grue/lib/lib.pri
new file mode 100644
index 0000000..0e3da25
--- /dev/null
+++ b/examples/sensors/grue/lib/lib.pri
@@ -0,0 +1,6 @@
+INCLUDEPATH += $$PWD
+
+macos: LIBS += -L$$OUT_PWD/../grue_app.app/Contents/Frameworks
+else: LIBS += -L$$OUT_PWD/..
+
+LIBS += -lgruesensor
diff --git a/examples/sensors/grue/lib/lib.pro b/examples/sensors/grue/lib/lib.pro
index 6106f9e..cc10e5c 100644
--- a/examples/sensors/grue/lib/lib.pro
+++ b/examples/sensors/grue/lib/lib.pro
@@ -1,7 +1,10 @@
TEMPLATE = lib
TARGET = gruesensor
-DESTDIR = $$OUT_PWD/..
+macos: DESTDIR = ../grue_app.app/Contents/Frameworks
+else: DESTDIR = $$OUT_PWD/..
+
+macos: QMAKE_SONAME_PREFIX = @rpath
DEFINES *= QT_BUILD_GRUE_LIB
QT = core sensors