qt5base-lts/tests/auto/corelib.pro
Rohan McGovern ed8c43b5ee tests: mark some tests as using private API
These autotests are all using private symbols, available only when Qt is
configured with -developer-build.  So, gracefully disable them when
the private symbols are not available.

Reviewed-by: Jason McDonald
Change-Id: Iafd1c7af486feeee810110bc021e75984827f78a
2011-05-11 11:51:46 +10:00

118 lines
2.1 KiB
Prolog

# The tests in this .pro file _MUST_ use QtCore only (i.e. QT=core).
# The test system is allowed to run these tests before the test of Qt has
# been compiled.
TEMPLATE=subdirs
SUBDIRS=\
collections \
exceptionsafety \
q_func_info \
qanimationgroup \
qatomicint \
qatomicpointer \
qbitarray \
qbuffer \
qbytearray \
qbytearraymatcher \
qcache \
qchar \
qcontiguouscache \
qcoreapplication \
qcryptographichash \
qdate \
qdatetime \
qdebug \
qdiriterator \
qeasingcurve \
qelapsedtimer \
qevent \
qexplicitlyshareddatapointer \
qfileinfo \
qfilesystemwatcher \
qflags \
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 \
qsequentialanimationgroup \
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 \