~ubuntu-branches/ubuntu/trusty/qtubuntu-sensors/trusty

« back to all changes in this revision

Viewing changes to lib/lib.pro

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 17:17:24 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20140108171724-177zeelodrmtchnd
Tags: upstream-0.6+14.04.20140108.2
ImportĀ upstreamĀ versionĀ 0.6+14.04.20140108.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(../coverage.pri)
2
 
TEMPLATE = lib
3
 
TARGET = qtubuntu_sensors
4
 
 
5
 
QT = core sensors
6
 
 
7
 
HEADERS += orientationsensor.h \
8
 
    orientationsensor_p.h \
9
 
    accelerometersensor.h \
10
 
    accelerometersensor_p.h
11
 
 
12
 
SOURCES += orientationsensor.cpp \
13
 
    accelerometersensor.cpp
14
 
 
15
 
target.path = $$[QT_INSTALL_LIBS]/qtubuntu-sensors
16
 
INSTALLS += target