Preparations for unit tests
This commit is contained in:
13
cpputils_src.pri
Normal file
13
cpputils_src.pri
Normal 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
|
Reference in New Issue
Block a user