2021-02-14 23:22:47 +01:00
|
|
|
HEADERS += \
|
2021-08-09 15:18:15 +02:00
|
|
|
$$PWD/src/arrayview.h \
|
2021-02-14 23:22:47 +01:00
|
|
|
$$PWD/src/cleanuphelper.h \
|
2021-08-07 00:07:23 +02:00
|
|
|
$$PWD/src/color_utils.h \
|
2021-03-22 10:33:31 +01:00
|
|
|
$$PWD/src/cppbitmask.h \
|
2021-02-14 23:22:47 +01:00
|
|
|
$$PWD/src/cppflags.h \
|
|
|
|
$$PWD/src/cppmacros.h \
|
|
|
|
$$PWD/src/cppoverloadutils.h \
|
|
|
|
$$PWD/src/cppsignal.h \
|
|
|
|
$$PWD/src/cpptypesafeenum.h \
|
|
|
|
$$PWD/src/cpputils.h \
|
2021-08-07 00:07:23 +02:00
|
|
|
$$PWD/src/crc32builder.h \
|
2021-02-14 23:22:47 +01:00
|
|
|
$$PWD/src/delayedconstruction.h \
|
2021-08-07 00:07:23 +02:00
|
|
|
$$PWD/src/makearray.h \
|
|
|
|
$$PWD/src/numberparsing.h \
|
2021-05-25 15:15:44 +02:00
|
|
|
$$PWD/src/refwhenneeded.h \
|
2021-02-14 23:22:47 +01:00
|
|
|
$$PWD/src/strutils.h
|
|
|
|
|
|
|
|
SOURCES += \
|
2021-08-07 00:07:23 +02:00
|
|
|
$$PWD/src/color_utils.cpp \
|
2021-02-14 23:22:47 +01:00
|
|
|
$$PWD/src/strutils.cpp
|