qt5base-lts/tests/auto/corelib/tools/tools.pro
Joerg Bornemann deddafe0a6 Long live QFlatMap!
Add a light-weight associative container, API-wise very similar to QMap,
that's based on two sorted continuous containers (QVector by default).

The class is internal for now.

Change-Id: Ife12576c4abb39a3ea2acb0a1ba0faca91b3a4c5
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2020-01-02 15:28:20 +01:00

45 lines
785 B
Prolog

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