aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/UnixGCC.qbs
blob: b2c2037d575862d6b0225a74e130d6e19117fcf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import qbs 1.0

GenericGCC {
    condition: false
    staticLibraryPrefix: "lib"
    dynamicLibraryPrefix: "lib"
    loadableModulePrefix: "lib"
    executablePrefix: ""
    staticLibrarySuffix: ".a"
    dynamicLibrarySuffix: ".so"
    loadableModuleSuffix: ""
    executableSuffix: ""
    debugInfoSuffix: ".debug"
}