Added makearray

This commit is contained in:
2021-08-07 00:07:23 +02:00
parent a436aef990
commit faeacdcfbf
3 changed files with 36 additions and 0 deletions

View File

@ -1,5 +1,6 @@
HEADERS += \
$$PWD/src/cleanuphelper.h \
$$PWD/src/color_utils.h \
$$PWD/src/cppbitmask.h \
$$PWD/src/cppflags.h \
$$PWD/src/cppmacros.h \
@ -7,9 +8,13 @@ HEADERS += \
$$PWD/src/cppsignal.h \
$$PWD/src/cpptypesafeenum.h \
$$PWD/src/cpputils.h \
$$PWD/src/crc32builder.h \
$$PWD/src/delayedconstruction.h \
$$PWD/src/makearray.h \
$$PWD/src/numberparsing.h \
$$PWD/src/refwhenneeded.h \
$$PWD/src/strutils.h
SOURCES += \
$$PWD/src/color_utils.cpp \
$$PWD/src/strutils.cpp