summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/generic/arch.pri
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-10 14:11:26 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-13 22:15:14 +0100
commitdf4746db04087ed8641b2fbc2a8d0cf29a6993fd (patch)
treec628131c792874199833b9d0d1ad6c7947472b0f /src/corelib/arch/generic/arch.pri
parentf748875fa8f693aca7fc0f937ebc8499e10b0b16 (diff)
Remove the generic atomic implementation
This implementation is not used on Windows, and needs to be updated on UNIX for processors that we do not support (this will be done in a separate commit). Change-Id: I471d0ed00f4e8b89ecfa400796a2dbe2330935c6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/arch/generic/arch.pri')
-rw-r--r--src/corelib/arch/generic/arch.pri6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/arch/generic/arch.pri b/src/corelib/arch/generic/arch.pri
deleted file mode 100644
index 8fee63fa5d..0000000000
--- a/src/corelib/arch/generic/arch.pri
+++ /dev/null
@@ -1,6 +0,0 @@
-#
-# 'generic' architecture
-#
-
-unix:SOURCES += qatomic_generic_unix.cpp
-win32:SOURCES += qatomic_generic_windows.cpp