fixed #1099 (GUI: unable to build gui from current git-head)

This commit is contained in:
Daniel Marjamäki 2009-12-14 23:22:27 +01:00
parent 30f789a168
commit 9cb6102983
1 changed files with 2 additions and 0 deletions

View File

@ -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 \