summaryrefslogtreecommitdiffstats
path: root/qmake/qmake.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-08-25 11:58:09 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-09-01 13:35:39 +0200
commit4fbb2f66d6144953837361e808845edb181b124e (patch)
tree86d2c9222560c8e3c547277e60553afe8ed43356 /qmake/qmake.pro
parent83ad54c1241efa359355f531dabb4de5be33aa32 (diff)
Add a QMetaSequence interface
This is in line with QMetaType and will be used to implement a mutable QSequentialIterable. Later on, a QMetaAssociation will be added as well, to implement a mutable QAssociativeIterable. The code here represents the minimal set of functionality needed to have a practical sequential container. The functionality is not completely orthogonal. In particular, the index based operations could be implemented in terms of iterator-based operations. Task-number: QTBUG-81716 Change-Id: Ibd41eb7db248a774673c701549d9a03cbf2e48b6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'qmake/qmake.pro')
-rw-r--r--qmake/qmake.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/qmake.pro b/qmake/qmake.pro
index 4ba7a41fad..9decc10edc 100644
--- a/qmake/qmake.pro
+++ b/qmake/qmake.pro
@@ -148,6 +148,7 @@ SOURCES += \
qlocale_tools.cpp \
qlogging.cpp \
qmalloc.cpp \
+ qmetacontainer.cpp \
qmetatype.cpp \
qnumeric.cpp \
qregularexpression.cpp \
@@ -181,6 +182,7 @@ HEADERS += \
qcborvalue.h \
qcborvalue_p.h \
qchar.h \
+ qcontainerinfo.h \
qcryptographichash.h \
qdatetime.h \
qdatetime_p.h \
@@ -204,6 +206,7 @@ HEADERS += \
qlocale.h \
qlocale_tools_p.h \
qmap.h \
+ qmetacontainer.h \
qmetatype.h \
qnumeric.h \
qregularexpression.h \