fixed #1099 (GUI: unable to build gui from current git-head)
This commit is contained in:
parent
30f789a168
commit
9cb6102983
|
@ -14,6 +14,7 @@ HEADERS += $$PWD/check.h \
|
|||
$$PWD/classinfo.h \
|
||||
$$PWD/cppcheck.h \
|
||||
$$PWD/errorlogger.h \
|
||||
$$PWD/executionpath.h \
|
||||
$$PWD/filelister.h \
|
||||
$$PWD/mathlib.h \
|
||||
$$PWD/preprocessor.h \
|
||||
|
@ -33,6 +34,7 @@ SOURCES += $$PWD/checkautovariables.cpp \
|
|||
$$PWD/checkunusedfunctions.cpp \
|
||||
$$PWD/cppcheck.cpp \
|
||||
$$PWD/errorlogger.cpp \
|
||||
$$PWD/executionpath.cpp \
|
||||
$$PWD/filelister.cpp \
|
||||
$$PWD/mathlib.cpp \
|
||||
$$PWD/preprocessor.cpp \
|
||||
|
|
Loading…
Reference in New Issue