aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/subprojects/resources/modules/QtCoreDepender/qtcoredepender.qbs
blob: 03d649309dfbe8708ab636182547b74240e7fc85 (plain)
1
2
3
4
5
import qbs

Module {
    Depends { name: "Qt.core" }
}