aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/translations/translations.qbs
blob: 5f9dba66398a6b4761841f9e5d3fd910769c917f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import qbs.base 1.0

Product {
    type: "qm"
    name: "translations"
    Depends { name: "Qt.core" }
    files: "*.ts"

    Group {
        fileTagsFilter: product.type
        qbs.install: true
        qbs.installDir: project.ide_data_path + "/translations"
    }
}