aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/rfc1034identifier.qbs
blob: e52dcc6b2f83739a9085fafc7b031e7e6d82b2d5 (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.includes("darwin")
        bundle.infoPlist: { return {"CFBundleIdentifier": "$(PRODUCT_NAME:rfc1034identifier)"}; }
    }
}