summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread
diff options
context:
space:
mode:
authorSami Lempinen <sami.lempinen@nokia.com>2011-03-09 14:18:08 (GMT)
committerSami Lempinen <sami.lempinen@nokia.com>2011-03-09 14:18:08 (GMT)
commite496be83f0ba8849cace30078223eb0fd40f004e (patch)
treee9d0736269ab86d9ed9e6125ac6e419f8328cd0e /src/corelib/thread
parentcf94df01d2d2364653f2ab602688394450e92d31 (diff)
parent56ad75da12ec6a4d7b65ce4e1a246ee48fda9736 (diff)
downloadQt-e496be83f0ba8849cace30078223eb0fd40f004e.zip
Qt-e496be83f0ba8849cace30078223eb0fd40f004e.tar.gz
Qt-e496be83f0ba8849cace30078223eb0fd40f004e.tar.bz2
Remerging SymbianLite to team repository.
Diffstat (limited to 'src/corelib/thread')
-rw-r--r--src/corelib/thread/thread.pri6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/thread/thread.pri b/src/corelib/thread/thread.pri
index 787d709..592ab16 100644
--- a/src/corelib/thread/thread.pri
+++ b/src/corelib/thread/thread.pri
@@ -34,4 +34,8 @@ symbian:SOURCES += thread/qmutex_symbian.cpp \
win32:SOURCES += thread/qmutex_win.cpp \
thread/qthread_win.cpp \
- thread/qwaitcondition_win.cpp
+ thread/qwaitcondition_win.cpp
+
+integrity:SOURCES += thread/qmutex_unix.cpp \
+ thread/qthread_unix.cpp \
+ thread/qwaitcondition_unix.cpp