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
|