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:
parent
0547598a28
commit
dc44b86a6e
@ -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 \
|
||||||
|
@ -2,4 +2,5 @@ TEMPLATE=subdirs
|
|||||||
SUBDIRS=\
|
SUBDIRS=\
|
||||||
animation \
|
animation \
|
||||||
codecs \
|
codecs \
|
||||||
concurrent
|
concurrent \
|
||||||
|
global
|
||||||
|
8
tests/auto/corelib/global/global.pro
Normal file
8
tests/auto/corelib/global/global.pro
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
TEMPLATE=subdirs
|
||||||
|
SUBDIRS=\
|
||||||
|
qflags \
|
||||||
|
q_func_info \
|
||||||
|
qgetputenv \
|
||||||
|
qglobal \
|
||||||
|
qnumeric \
|
||||||
|
qrand
|
Loading…
x
Reference in New Issue
Block a user