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

View File

@ -7,4 +7,5 @@ SUBDIRS=\
io \ io \
kernel \ kernel \
plugin \ 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