blob: 92bf49b47da637eadc34d08bbe2c50292d68c337 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "kcmhwmanager"
EXCLUDES "^hwdevicetray.*"
)
tde_l10n_create_template(
CATALOG "tdehwdevicetray"
SOURCES "hwdevicetray*.cpp"
)
|