aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/ParentWithExport.qbs
blob: 0037d2c0f8b0e983e37adb45aacd7507e7627c21 (plain)
1
2
3
4
5
6
7
import qbs

Product {
    Export {
        property bool theProp
    }
}