From 63000e57d157b0bb97e4d789442b34bf24d4fb85 Mon Sep 17 00:00:00 2001 From: Vesa Pikki Date: Sat, 23 May 2009 07:56:50 +0300 Subject: [PATCH] Updated new cppcheck files to project file. --- gui/gui.pro | 76 +++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 35 deletions(-) diff --git a/gui/gui.pro b/gui/gui.pro index 20146a715..f305ccc59 100644 --- a/gui/gui.pro +++ b/gui/gui.pro @@ -18,25 +18,29 @@ HEADERS += mainwindow.h \ settingsdialog.h \ threadresult.h \ threadhandler.h \ + ../src/checkautovariables.h \ + ../src/checkdangerousfunctions.h \ + ../src/checkheaders.h \ + ../src/checksecurity.h \ + ../src/cppcheck.h \ + ../src/mathlib.h \ + ../src/settings.h \ + ../src/tokenize.h \ ../src/checkbufferoverrun.h \ - ../src/checkclass.h \ - ../src/checkdangerousfunctions.h \ - ../src/checkfunctionusage.h \ - ../src/checkheaders.h \ - ../src/checkmemoryleak.h \ - ../src/checkother.h \ - ../src/checksecurity.h \ - ../src/checkstl.h \ - ../src/cppcheck.h \ - ../src/cppcheckexecutor.h \ - ../src/errorlogger.h \ - ../src/filelister.h \ - ../src/preprocessor.h \ - ../src/resource.h \ - ../src/settings.h \ - ../src/threadexecutor.h \ - ../src/token.h \ - ../src/tokenize.h + ../src/checkfunctionusage.h \ + ../src/checkmemoryleak.h \ + ../src/checkstl.h \ + ../src/errorlogger.h \ + ../src/preprocessor.h \ + ../src/threadexecutor.h \ + ../src/checkclass.h \ + ../src/check.h \ + ../src/checkother.h \ + ../src/cppcheckexecutor.h \ + ../src/filelister.h \ + ../src/resource.h \ + ../src/token.h + SOURCES += main.cpp \ mainwindow.cpp\ @@ -46,21 +50,23 @@ SOURCES += main.cpp \ threadresult.cpp \ threadhandler.cpp \ settingsdialog.cpp \ + ../src/checkautovariables.cpp \ + ../src/checkdangerousfunctions.cpp \ + ../src/checkmemoryleak.cpp \ + ../src/checkstl.cpp \ + ../src/errorlogger.cpp \ + ../src/mathlib.cpp \ + ../src/threadexecutor.cpp \ ../src/checkbufferoverrun.cpp \ - ../src/checkclass.cpp \ - ../src/checkdangerousfunctions.cpp \ - ../src/checkfunctionusage.cpp \ - ../src/checkheaders.cpp \ - ../src/checkmemoryleak.cpp \ - ../src/checkother.cpp \ - ../src/checksecurity.cpp \ - ../src/checkstl.cpp \ - ../src/cppcheck.cpp \ - ../src/cppcheckexecutor.cpp \ - ../src/errorlogger.cpp \ - ../src/filelister.cpp \ - ../src/preprocessor.cpp \ - ../src/settings.cpp \ - ../src/threadexecutor.cpp \ - ../src/token.cpp \ - ../src/tokenize.cpp + ../src/checkfunctionusage.cpp \ + ../src/checkother.cpp \ + ../src/cppcheck.cpp \ + ../src/filelister.cpp \ + ../src/preprocessor.cpp \ + ../src/token.cpp \ + ../src/checkclass.cpp \ + ../src/checkheaders.cpp \ + ../src/checksecurity.cpp \ + ../src/cppcheckexecutor.cpp \ + ../src/settings.cpp \ + ../src/tokenize.cpp