summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/powerpc/arch.pri
blob: 1989ac73a7d542b272d5146709abeec97a5d7114 (plain)
1
2
3
4
5
6
7
8
9
10
#
# PowerPC architecture
#
!*-g++* {
    *-64 {
        SOURCES += $$QT_ARCH_CPP/qatomic64.s
    } else {
        SOURCES += $$QT_ARCH_CPP/qatomic32.s
    }
}