~phablet-team/qtubuntu-sensors/trunk

« back to all changes in this revision

Viewing changes to plugins/sensors/sensors.pro

  • Committer: Tarmac
  • Author(s): thomas-voss
  • Date: 2014-01-13 06:45:29 UTC
  • mfrom: (41.2.6 cmake-setup-take-2)
  • Revision ID: tarmac-20140113064529-qgw8ift08odyt93a
Switch buildsystem to CMake.

Approved by PS Jenkins bot, Martin Pitt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(../../coverage.pri)
2
 
 
3
 
TEMPLATE = lib
4
 
CONFIG += plugin
5
 
TARGET = $$qtLibraryTarget(qtubuntu_sensors_plugins)
6
 
PLUGIN_TYPE = sensors
7
 
 
8
 
QT = sensors core
9
 
 
10
 
INCLUDEPATH += $$PWD/
11
 
 
12
 
LIBS += -L$$OUT_PWD/
13
 
LIBS += -lubuntu_application_api
14
 
 
15
 
HEADERS += \
16
 
    core_accelerometer.h \
17
 
    core_orientation_sensor.h \
18
 
    core_sensor_plugins.h \
19
 
    core_shared_accelerometer.h
20
 
 
21
 
SOURCES += \
22
 
    core_accelerometer.cpp \
23
 
    core_orientation_sensor.cpp \
24
 
    core_sensor_plugins.cpp \
25
 
    core_shared_accelerometer.cpp
26
 
 
27
 
target.path += $$[QT_INSTALL_PLUGINS]/sensors
28
 
INSTALLS += target
29
 
 
30
 
OTHER_FILES += sensors.json
31
 
 
32
 
QMAKE_RPATHDIR = $$[QT_INSTALL_LIBS]/qtubuntu-sensors