Moving relevant tests to corelib/global

Task-number: QTBUG-21066

Change-Id: I011e601f599e11365c76598631a443b82ab9fb30
Reviewed-on: http://codereview.qt.nokia.com/3487
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Holger Ihrig 2011-08-24 12:13:20 +02:00
parent 0547598a28
commit dc44b86a6e
21 changed files with 10 additions and 7 deletions

View File

@ -3,7 +3,6 @@ SUBDIRS=\
corelib \ corelib \
collections \ collections \
exceptionsafety \ exceptionsafety \
q_func_info \
qatomicint \ qatomicint \
qatomicpointer \ qatomicpointer \
qbitarray \ qbitarray \
@ -25,10 +24,7 @@ SUBDIRS=\
qexplicitlyshareddatapointer \ qexplicitlyshareddatapointer \
qfileinfo \ qfileinfo \
qfilesystemwatcher \ qfilesystemwatcher \
qflags \
qfreelist \ qfreelist \
qgetputenv \
qglobal \
qhash \ qhash \
qlibrary \ qlibrary \
qline \ qline \
@ -38,7 +34,6 @@ SUBDIRS=\
qmetatype \ qmetatype \
qmutex \ qmutex \
qmutexlocker \ qmutexlocker \
qnumeric \
qobject \ qobject \
qobjectrace \ qobjectrace \
qplugin \ qplugin \
@ -46,7 +41,6 @@ SUBDIRS=\
qpoint \ qpoint \
qprocessenvironment \ qprocessenvironment \
qqueue \ qqueue \
qrand \
qreadlocker \ qreadlocker \
qreadwritelock \ qreadwritelock \
qrect \ qrect \

View File

@ -2,4 +2,5 @@ TEMPLATE=subdirs
SUBDIRS=\ SUBDIRS=\
animation \ animation \
codecs \ codecs \
concurrent concurrent \
global

View File

@ -0,0 +1,8 @@
TEMPLATE=subdirs
SUBDIRS=\
qflags \
q_func_info \
qgetputenv \
qglobal \
qnumeric \
qrand