File: sim.pro

package info (click to toggle)
contactsd 1.4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,392 kB
  • sloc: cpp: 8,862; ansic: 3,793; sh: 361; xml: 75; python: 22; makefile: 13
file content (31 lines) | stat: -rw-r--r-- 527 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
include(../contacts-extensions.pri)
include(../../lib.pri)

TEMPLATE = lib
QT -= gui
QT += dbus

CONFIG += plugin

CONFIG += link_pkgconfig
PKGCONFIG += Qt5Contacts Qt5Versit qofono-qt5 qofonoext

packagesExist(mlite5) {
    PKGCONFIG += mlite5
    DEFINES += HAS_MLITE
}

DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

HEADERS  = \
    cdsimcontroller.h \
    cdsimplugin.h

SOURCES  = \
    cdsimcontroller.cpp \
    cdsimplugin.cpp

TARGET = simplugin
target.path = $$LIBDIR/contactsd-1.0/plugins

INSTALLS += target