File: lib.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 (26 lines) | stat: -rw-r--r-- 430 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
TEMPLATE = lib

QT -= gui
QT += dbus
TARGET = contactsd
TARGET = $$qtLibraryTarget($$TARGET)
TARGETPATH = $$[QT_INSTALL_LIBS]
target.path = $$TARGETPATH

INSTALLS += target

VERSIONED_TARGET = $$TARGET-1.0

HEADERS += \
    debug.h \
    base-plugin.h

SOURCES += \
    debug.cpp \
    base-plugin.cpp

headers.files = \
    BasePlugin base-plugin.h \
    Debug debug.h

headers.path = $$INCLUDEDIR/$${VERSIONED_TARGET}/Contactsd