summaryrefslogtreecommitdiff
path: root/share/qbs/module-providers/Qt/provider.qbs
blob: be026b1e01910504f0f8bce65d0ae3c6fa0a02f6 (plain)
1
2
3
4
5
6
import "setup-qt.js" as SetupQt

ModuleProvider {
    property stringList qmakeFilePaths
    relativeSearchPaths: SetupQt.doSetup(qmakeFilePaths, outputBaseDir, path)
}