Merge lp:~sil2100/qtubuntu-sensors/lib_private into lp:qtubuntu-sensors

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Ken VanDine
Approved revision: 37
Merged at revision: 36
Proposed branch: lp:~sil2100/qtubuntu-sensors/lib_private
Merge into: lp:qtubuntu-sensors
Diff against target: 20 lines (+3/-1)
2 files modified
lib/lib.pro (+1/-1)
plugin/plugin.pro (+2/-0)
To merge this branch: bzr merge lp:~sil2100/qtubuntu-sensors/lib_private
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ken VanDine Approve
Review via email: mp+175331@code.launchpad.net

Commit message

Turn libqtubuntu_sensors.so into a private library

Description of the change

Turn libqtubuntu_sensors.so into a private library

This needs discussion. The lib CONFIG is used for this library, but I changed the path to a private directory. For it to work, I set the RPATH of the sensor library to the new private lib directory.
Whaddayathink?

To post a comment you must log in.
37. By Łukasz Zemczak

Eh, ubuntu-1 is invalid

Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks great, thanks!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/lib.pro'
--- lib/lib.pro 2013-01-23 20:26:32 +0000
+++ lib/lib.pro 2013-07-17 16:56:23 +0000
@@ -12,5 +12,5 @@
12SOURCES += orientationsensor.cpp \12SOURCES += orientationsensor.cpp \
13 accelerometersensor.cpp13 accelerometersensor.cpp
1414
15target.path = $$[QT_INSTALL_LIBS]15target.path = $$[QT_INSTALL_LIBS]/qtubuntu-sensors
16INSTALLS += target16INSTALLS += target
1717
=== modified file 'plugin/plugin.pro'
--- plugin/plugin.pro 2013-02-06 22:42:40 +0000
+++ plugin/plugin.pro 2013-07-17 16:56:23 +0000
@@ -28,3 +28,5 @@
28INSTALLS += target28INSTALLS += target
2929
30OTHER_FILES += plugin.json30OTHER_FILES += plugin.json
31
32QMAKE_RPATHDIR = $$[QT_INSTALL_LIBS]/qtubuntu-sensors

Subscribers

People subscribed via source and target branches