aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/qt/designercomponents/module.qbs
blob: eb700eb7f6904525f922a22fa3e15a254d83d38f (plain)
1
2
3
4
5
6
7
8
import qbs.base 1.0
import '../QtModule.qbs' as QtModule

QtModule {
    condition: true
    qtModuleName: 'DesignerComponents'
}