summaryrefslogtreecommitdiffstats
path: root/kexi/CMakeL10n.txt
blob: b060940d9d6ba26d89acfaa168d74a13956a3b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##### create translation templates ##############

tde_l10n_create_template(
    CATALOG "kexi"
    EXCLUDES
        "^3rdparty/"
        "^doc/"
        "^formeditor/"
        "^plugins/scripting/"
        "^scriptingplugins/"
        "(^|/)tests/"
)

tde_l10n_auto_add_subdirectories( )