~thomas-voss/qtubuntu-sensors/cmake-setup-take-2

« back to all changes in this revision

Viewing changes to plugins/position/position.pro

  • Committer: thomas-voss
  • Date: 2014-01-08 11:44:21 UTC
  • Revision ID: thomas.voss@canonical.com-20140108114421-jcq8h2yl22w49r8w
Remove qmake setup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
QT += location core
2
 
 
3
 
TEMPLATE = lib
4
 
CONFIG += link_pkgconfig plugin
5
 
TARGET = $$qtLibraryTarget(qtposition_ubuntu)
6
 
PLUGIN_TYPE = position
7
 
 
8
 
QT = location core
9
 
 
10
 
HEADERS += \
11
 
    core_geo_position_info_source.h \
12
 
    core_geo_position_info_source_factory.h
13
 
 
14
 
SOURCES += \
15
 
    core_geo_position_info_source.cpp \
16
 
    core_geo_position_info_source_factory.cpp
17
 
 
18
 
INCLUDEPATH += $$PWD/
19
 
 
20
 
PKGCONFIG += ubuntu-platform-api
21
 
LIBS += -lubuntu_application_api
22
 
 
23
 
target.path += $$[QT_INSTALL_PLUGINS]/position
24
 
INSTALLS += target
25
 
 
26
 
OTHER_FILES += plugin.json