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

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