summaryrefslogtreecommitdiffstats
path: root/src/widgets/configure.pri
blob: ddb36577003cc6aa3dbd9b31829210ccb236ab08 (plain)
1
2
3
4
5
6
7
8
# custom outputs

defineTest(qtConfOutput_styles) {
    !$${2}: return()

    style = $$replace($${1}.feature, "style-", "")
    qtConfOutputVar(append, "privatePro", "styles", $$style)
}