diff options
author | Lorn Potter <lorn.potter@jollamobile.com> | 2013-05-24 05:57:06 +1000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-23 23:37:23 +0200 |
commit | 027cfb209890d2228be91e4bfddd200b158caaa3 (patch) | |
tree | e70c3d7abd3160924c506183e18cfdd57ca393ad /src | |
parent | 5e0573a689be51ea9791e186cbb00d22877a4367 (diff) | |
download | qtsensors-027cfb209890d2228be91e4bfddd200b158caaa3.tar.gz |
Fix pkgconfig depends
We call it sensord-qt5 now. Use this instead of the qt4 sensord
Change-Id: I54f9de52e572f0afbfef742cf0c84fc64f1469f0
Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/sensors/sensorfw/sensorfw.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sensors/sensorfw/sensorfw.pro b/src/plugins/sensors/sensorfw/sensorfw.pro index 8d67c81..fb56058 100644 --- a/src/plugins/sensors/sensorfw/sensorfw.pro +++ b/src/plugins/sensors/sensorfw/sensorfw.pro @@ -8,7 +8,7 @@ include(sensorfw.pri) CONFIG += link_pkgconfig -PKGCONFIG += sensord +PKGCONFIG += sensord-qt5 CONFIGFILES.files = Sensors.conf CONFIGFILES.path = /etc/xdg/QtProject/ |