cppcheck/lib/lib.pri

47 lines
1.5 KiB
Plaintext

# no manual edits - this file is autogenerated by dmake
HEADERS += $$PWD/check.h \
$$PWD/checkautovariables.h \
$$PWD/checkbufferoverrun.h \
$$PWD/checkclass.h \
$$PWD/checkdangerousfunctions.h \
$$PWD/checkexceptionsafety.h \
$$PWD/checkmemoryleak.h \
$$PWD/checkother.h \
$$PWD/checkstl.h \
$$PWD/checkunusedfunctions.h \
$$PWD/cppcheck.h \
$$PWD/errorlogger.h \
$$PWD/executionpath.h \
$$PWD/filelister.h \
$$PWD/filelister_unix.h \
$$PWD/filelister_win32.h \
$$PWD/mathlib.h \
$$PWD/path.h \
$$PWD/preprocessor.h \
$$PWD/settings.h \
$$PWD/token.h \
$$PWD/tokenize.h
SOURCES += $$PWD/checkautovariables.cpp \
$$PWD/checkbufferoverrun.cpp \
$$PWD/checkclass.cpp \
$$PWD/checkdangerousfunctions.cpp \
$$PWD/checkexceptionsafety.cpp \
$$PWD/checkmemoryleak.cpp \
$$PWD/checkother.cpp \
$$PWD/checkstl.cpp \
$$PWD/checkunusedfunctions.cpp \
$$PWD/cppcheck.cpp \
$$PWD/errorlogger.cpp \
$$PWD/executionpath.cpp \
$$PWD/filelister.cpp \
$$PWD/filelister_unix.cpp \
$$PWD/filelister_win32.cpp \
$$PWD/mathlib.cpp \
$$PWD/path.cpp \
$$PWD/preprocessor.cpp \
$$PWD/settings.cpp \
$$PWD/token.cpp \
$$PWD/tokenize.cpp