Add new header file to qmake project files.

This commit is contained in:
Kimmo Varis 2009-08-17 18:05:10 +03:00
parent 8b4b618fc4
commit d16d19e580
2 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,8 @@ HEADERS += mainwindow.h \
../src/checkother.h \
../src/cppcheckexecutor.h \
../src/filelister.h \
../src/token.h
../src/token.h \
../src/classinfo.h \
SOURCES += main.cpp \

View File

@ -21,6 +21,7 @@ HEADERS += check.h \
checkother.h \
checkstl.h \
checkunusedfunctions.h \
classinfo.h \
cppcheck.h \
cppcheckexecutor.h \
errorlogger.h \