~xnox/qtubuntu-sensors/inline-packaging

« back to all changes in this revision

Viewing changes to plugin/plugin.pro

  • Committer: Jim Hodapp
  • Date: 2013-01-23 20:26:32 UTC
  • Revision ID: jim.hodapp@canonical.com-20130123202632-iwciof4vc43j7c6o
Use underscores for library names instead of dashes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
TEMPLATE = lib
5
5
CONFIG += plugin
6
 
TARGET = $$qtLibraryTarget(qtubuntu-sensors-plugins)
 
6
TARGET = $$qtLibraryTarget(qtubuntu_sensors_plugins)
7
7
PLUGIN_TYPE = sensors
8
8
 
9
9
QT = sensors core
11
11
INCLUDEPATH += $$PWD/../lib \
12
12
    $$UBUNTU_APP_API_INCLUDEPATH
13
13
 
14
 
LIBS += -L$$OUT_PWD/../lib -lqtubuntu-sensors
 
14
LIBS += -L$$OUT_PWD/../lib -lqtubuntu_sensors
15
15
LIBS += -L$$UBUNTU_APP_API_LIBPATH -lubuntu_application_api
16
16
 
17
17
HEADERS += \