GUI: Update project file after file renaming.

This commit is contained in:
Kimmo varis 2009-06-08 00:51:02 +03:00
parent d7fa3e6dda
commit fb04e84975
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ HEADERS += mainwindow.h \
../src/settings.h \
../src/tokenize.h \
../src/checkbufferoverrun.h \
../src/checkfunctionusage.h \
../src/checkmemoryleak.h \
../src/checkstl.h \
../src/checkunusedfunctions.h \
../src/errorlogger.h \
../src/preprocessor.h \
../src/threadexecutor.h \
@ -70,7 +70,6 @@ SOURCES += main.cpp \
../src/mathlib.cpp \
../src/threadexecutor.cpp \
../src/checkbufferoverrun.cpp \
../src/checkfunctionusage.cpp \
../src/checkother.cpp \
../src/cppcheck.cpp \
../src/filelister.cpp \
@ -80,5 +79,6 @@ SOURCES += main.cpp \
../src/checkheaders.cpp \
../src/checksecurity.cpp \
../src/cppcheckexecutor.cpp \
../src/checkunusedfunctions.cpp \
../src/settings.cpp \
../src/tokenize.cpp