a0d09cc3cd
Bring new Structure for Autotests Corelib into place Moving Corelib/Animation Tests Added new Autotests to corelib/animation Task-number: QTBUG-21066 Change-Id: I754bbcc2b0a512e6df4c0d768ae6ff9c261ff210 Reviewed-on: http://codereview.qt.nokia.com/3404 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> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
114 lines
1.9 KiB
Prolog
114 lines
1.9 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
corelib \
|
|
collections \
|
|
exceptionsafety \
|
|
q_func_info \
|
|
qatomicint \
|
|
qatomicpointer \
|
|
qbitarray \
|
|
qbuffer \
|
|
qbytearray \
|
|
qbytearraymatcher \
|
|
qcache \
|
|
qchar \
|
|
qcontiguouscache \
|
|
qcoreapplication \
|
|
qcryptographichash \
|
|
qdate \
|
|
qdatetime \
|
|
qdebug \
|
|
qdiriterator \
|
|
qeasingcurve \
|
|
qelapsedtimer \
|
|
qevent \
|
|
qexplicitlyshareddatapointer \
|
|
qfileinfo \
|
|
qfilesystemwatcher \
|
|
qflags \
|
|
qfreelist \
|
|
qfuture \
|
|
qfuturewatcher \
|
|
qgetputenv \
|
|
qglobal \
|
|
qhash \
|
|
qlibrary \
|
|
qline \
|
|
qmap \
|
|
qmargins \
|
|
qmath \
|
|
qmetatype \
|
|
qmutex \
|
|
qmutexlocker \
|
|
qnumeric \
|
|
qobject \
|
|
qobjectrace \
|
|
qplugin \
|
|
qpluginloader \
|
|
qpoint \
|
|
qprocessenvironment \
|
|
qqueue \
|
|
qrand \
|
|
qreadlocker \
|
|
qreadwritelock \
|
|
qrect \
|
|
qregexp \
|
|
qresourceengine \
|
|
qringbuffer \
|
|
qscopedpointer \
|
|
qscopedvaluerollback \
|
|
qsemaphore \
|
|
qset \
|
|
qsharedpointer \
|
|
qsignalspy \
|
|
qsize \
|
|
qsizef \
|
|
qstate \
|
|
qstl \
|
|
qstring \
|
|
qstringbuilder1 \
|
|
qstringbuilder2 \
|
|
qstringbuilder3 \
|
|
qstringbuilder4 \
|
|
qstringlist \
|
|
qstringmatcher \
|
|
qstringref \
|
|
qtconcurrentfilter \
|
|
qtconcurrentiteratekernel \
|
|
qtconcurrentmap \
|
|
qtconcurrentrun \
|
|
qtconcurrentthreadengine \
|
|
qtemporaryfile \
|
|
qtextboundaryfinder \
|
|
qthread \
|
|
qthreadonce \
|
|
qthreadpool \
|
|
qthreadstorage \
|
|
qtime \
|
|
qtimeline \
|
|
qtimer \
|
|
qtmd5 \
|
|
qtokenautomaton \
|
|
qurl \
|
|
quuid \
|
|
qvarlengtharray \
|
|
qvector \
|
|
qwaitcondition \
|
|
qwineventnotifier \
|
|
qwritelocker \
|
|
selftests \
|
|
utf8 \
|
|
qfilesystementry \
|
|
qabstractfileengine
|
|
|
|
symbian:SUBDIRS -= \
|
|
qtconcurrentfilter \
|
|
qtconcurrentiteratekernel \
|
|
qtconcurrentmap \
|
|
qtconcurrentrun \
|
|
qtconcurrentthreadengine \
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qfileinfo \
|
|
|