qt5base-lts/tests/auto/corelib/tools/tools.pro
Lars Knoll 03326a2fec Move implementation of QVector/List back to qlist.h
And name the main class QList. That's also the one we document.

This gives less porting pain for our users, and a lot less churn
in our API, as we use QList in Qt 5 in 95% of our API.
In addition, it gives more consistent naming with QStringList and
QByteArrayList and disambiguates QList vs QVector(2|3|4)D.

Fixes: QTBUG-84468
Change-Id: I3cba9d1d3179969d8bf9320b31be2230d021d1a9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-06-20 20:01:33 +02:00

45 lines
786 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
collections \
containerapisymmetry \
qalgorithms \
qarraydata \
qbitarray \
qcache \
qcommandlineparser \
qcontiguouscache \
qcryptographichash \
qeasingcurve \
qexplicitlyshareddatapointer \
qflatmap \
qfreelist \
qhash \
qhashfunctions \
qline \
qlist \
qmakearray \
qmap \
qmargins \
qmessageauthenticationcode \
qoffsetstringarray \
qpair \
qpoint \
qpointf \
qqueue \
qrect \
qringbuffer \
qscopedpointer \
qscopedvaluerollback \
qscopeguard \
qtaggedpointer \
qset \
qsharedpointer \
qsize \
qsizef \
qstl \
qtimeline \
qvarlengtharray \
qversionnumber
darwin: SUBDIRS += qmacautoreleasepool