File: storageplugins.pro

package info (click to toggle)
buteo-sync-plugins 0.8.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,076 kB
  • sloc: cpp: 8,130; xml: 755; sh: 207; perl: 82; makefile: 11
file content (31 lines) | stat: -rw-r--r-- 689 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
TEMPLATE = subdirs

hcalendar.subdir = hcalendar
hcalendar.target = sub-hcalendar

hcalendar_tests.subdir = hcalendar/unittest
hcalendar_tests.target = sub-hcalendar-tests
hcalendar_tests.depends = sub-hcalendar

hcontacts.subdir = hcontacts
hcontacts.target = sub-hcontacts

hcontacts_tests.subdir = hcontacts/unittest
hcontacts_tests.target = sub-hcontacts-tests
hcontacts_tests.depends = sub-hcontacts

hnotes.subdir = hnotes
hnotes.target = sub-hnotes

hnotes_tests.subdir = hnotes/unittest
hnotes_tests.target = sub-hnotes-tests
hnotes_tests.depends = sub-hnotes

SUBDIRS += \
    hcalendar \
    hcalendar_tests \
    hcontacts \
    hcontacts_tests \
    hnotes \
    hnotes_tests