03326a2fec
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>
45 lines
786 B
Prolog
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
|