aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/testdata/rfc1034identifier.qbs
blob: b9f26b46c2eecad23889c2876930438f0405b022 (plain)
1
2
3
4
5
6
import qbs

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