aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/makefilegenerator/makefilegenerator.qbs
blob: baabc43e3b602cb9283eb603f8854e4e342dc9d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs
import "../../qbsplugin.qbs" as QbsPlugin

QbsPlugin {
    name: "makefilegenerator"
    files: [
        "makefilegenerator.cpp",
        "makefilegenerator.h",
        "makefilegeneratorplugin.cpp",
    ]
}