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

View File

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

View File

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