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/cppcheckexecutor.h \
|
||||
../src/filelister.h \
|
||||
../src/token.h
|
||||
../src/token.h \
|
||||
../src/classinfo.h \
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
|
|
|
@ -21,6 +21,7 @@ HEADERS += check.h \
|
|||
checkother.h \
|
||||
checkstl.h \
|
||||
checkunusedfunctions.h \
|
||||
classinfo.h \
|
||||
cppcheck.h \
|
||||
cppcheckexecutor.h \
|
||||
errorlogger.h \
|
||||
|
|
Loading…
Reference in New Issue