Preparations for unit tests

This commit is contained in:
2021-02-14 23:22:47 +01:00
parent f623ffd842
commit b8fe94f78b
6 changed files with 57 additions and 0 deletions

13
cpputils_src.pri Normal file
View File

@ -0,0 +1,13 @@
HEADERS += \
$$PWD/src/cleanuphelper.h \
$$PWD/src/cppflags.h \
$$PWD/src/cppmacros.h \
$$PWD/src/cppoverloadutils.h \
$$PWD/src/cppsignal.h \
$$PWD/src/cpptypesafeenum.h \
$$PWD/src/cpputils.h \
$$PWD/src/delayedconstruction.h \
$$PWD/src/strutils.h
SOURCES += \
$$PWD/src/strutils.cpp