File: buteo-sync-plugins.pro

package info (click to toggle)
buteo-sync-plugins 0.8.36-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,068 kB
  • sloc: cpp: 8,130; xml: 755; sh: 207; perl: 82; makefile: 11
file content (44 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
#include(doc/doc.pro)
TEMPLATE = subdirs

syncmlcommon.subdir = syncmlcommon
syncmlcommon.target = sub-syncmlcommon

utils.subdir = utils
utils.target = sub-utils

clientplugins.subdir = clientplugins
clientplugins.target = sub-clientplugins
clientplugins.depends = sub-syncmlcommon

serverplugins.subdir = serverplugins
serverplugins.target = sub-serverplugins
serverplugins.depends = sub-syncmlcommon

storageplugins.subdir = storageplugins
storageplugins.target = sub-storageplugins
storageplugins.depends = sub-syncmlcommon

storagechangenotifierplugins.subdir = storagechangenotifierplugins
storagechangenotifierplugins.target = sub-storagechangenotifierplugins

doc.subdir = doc
doc.target = sub-doc

SUBDIRS += \
    syncmlcommon \
    utils \
    clientplugins \
    serverplugins \
    storageplugins \
    storagechangenotifierplugins \
    doc

testdefinition.path = /opt/tests/buteo-sync-plugins/test-definition
testdefinition.files = bin/tests.xml
tests.path = /opt/tests/buteo-sync-plugins/
tests.files = bin/runstarget.sh

INSTALLS += tests testdefinition

OTHER_FILES += rpm/*