Moving relevant tests to corelib/thread

Task-number: QTBUG-21066

Change-Id: Ia16fa8961f1a73f4da6709197b5dd9929c16583f
Reviewed-on: http://codereview.qt.nokia.com/3663
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Holger Ihrig 2011-08-26 12:56:14 +02:00
parent c9a5ccb268
commit 82e715b277
44 changed files with 16 additions and 13 deletions

View File

@ -3,8 +3,6 @@ SUBDIRS=\
corelib \
collections \
exceptionsafety \
qatomicint \
qatomicpointer \
qbitarray \
qbytearray \
qbytearraymatcher \
@ -22,19 +20,14 @@ SUBDIRS=\
qline \
qmap \
qmargins \
qmutex \
qmutexlocker \
qobjectrace \
qpoint \
qqueue \
qreadlocker \
qreadwritelock \
qrect \
qregexp \
qringbuffer \
qscopedpointer \
qscopedvaluerollback \
qsemaphore \
qset \
qsharedpointer \
qsignalspy \
@ -50,16 +43,11 @@ SUBDIRS=\
qstringmatcher \
qstringref \
qtextboundaryfinder \
qthread \
qthreadonce \
qthreadstorage \
qtime \
qtimeline \
qtmd5 \
qtokenautomaton \
qvarlengtharray \
qvector \
qwaitcondition \
qwritelocker \
selftests \
utf8

View File

@ -7,4 +7,5 @@ SUBDIRS=\
io \
kernel \
plugin \
statemachine
statemachine \
thread

View File

@ -0,0 +1,14 @@
TEMPLATE=subdirs
SUBDIRS=\
qatomicint \
qatomicpointer \
qmutex \
qmutexlocker \
qreadlocker \
qreadwritelock \
qsemaphore \
qthread \
qthreadonce \
qthreadstorage \
qwaitcondition \
qwritelocker