summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/vxworks/arch.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/arch/vxworks/arch.pri')
-rw-r--r--src/corelib/arch/vxworks/arch.pri6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/arch/vxworks/arch.pri b/src/corelib/arch/vxworks/arch.pri
new file mode 100644
index 0000000000..a7686186b0
--- /dev/null
+++ b/src/corelib/arch/vxworks/arch.pri
@@ -0,0 +1,6 @@
+#
+# VxWorks generic
+#
+*-ppc-* {
+ SOURCES += qatomic_ppc.s
+}