summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/thread.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/thread.pri')
-rw-r--r--src/corelib/thread/thread.pri6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/corelib/thread/thread.pri b/src/corelib/thread/thread.pri
index 309bf30d25..d63bb914e1 100644
--- a/src/corelib/thread/thread.pri
+++ b/src/corelib/thread/thread.pri
@@ -24,13 +24,9 @@ SOURCES += thread/qatomic.cpp \
thread/qthread.cpp \
thread/qthreadstorage.cpp
-unix:!symbian:SOURCES += thread/qthread_unix.cpp \
+unix:SOURCES += thread/qthread_unix.cpp \
thread/qwaitcondition_unix.cpp
-symbian:SOURCES += thread/qmutex_symbian.cpp \
- thread/qthread_symbian.cpp \
- thread/qwaitcondition_symbian.cpp
-
win32:SOURCES += thread/qmutex_win.cpp \
thread/qthread_win.cpp \
thread/qwaitcondition_win.cpp