summaryrefslogtreecommitdiff
path: root/tests/auto/language/testdata/rfc1034identifier.qbs
blob: 4d320f89926a3854699832f6da6efed477c7d74b (plain)
1
2
3
4
5
6
7
8
9
import qbs.Utilities

CppApplication {
    name: Utilities.rfc1034Identifier("this!has@special#characters$uh-oh,Undersc0r3s_Are.Bad")
    Properties {
        condition: qbs.targetOS.contains("darwin")
        bundle.infoPlist: { return {"CFBundleIdentifier": "$(PRODUCT_NAME:rfc1034identifier)"}; }
    }
}