aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/Qt/help/help.qbs
blob: 595e9dd7e5338cf12819715672f78d54acc504f6 (plain)
1
2
3
4
5
6
7
8
import qbs 1.0
import '../QtModule.qbs' as QtModule

QtModule {
    qtModuleName: 'Help'
    repository: Qt.core.versionMajor === 5 ? 'qttools' : undefined
}