Add new header file to qmake project files.
This commit is contained in:
parent
8b4b618fc4
commit
d16d19e580
|
@ -67,7 +67,8 @@ HEADERS += mainwindow.h \
|
||||||
../src/checkother.h \
|
../src/checkother.h \
|
||||||
../src/cppcheckexecutor.h \
|
../src/cppcheckexecutor.h \
|
||||||
../src/filelister.h \
|
../src/filelister.h \
|
||||||
../src/token.h
|
../src/token.h \
|
||||||
|
../src/classinfo.h \
|
||||||
|
|
||||||
|
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
|
|
|
@ -21,6 +21,7 @@ HEADERS += check.h \
|
||||||
checkother.h \
|
checkother.h \
|
||||||
checkstl.h \
|
checkstl.h \
|
||||||
checkunusedfunctions.h \
|
checkunusedfunctions.h \
|
||||||
|
classinfo.h \
|
||||||
cppcheck.h \
|
cppcheck.h \
|
||||||
cppcheckexecutor.h \
|
cppcheckexecutor.h \
|
||||||
errorlogger.h \
|
errorlogger.h \
|
||||||
|
|
Loading…
Reference in New Issue