From 9cb6102983291f8cfa0073d86beff29f88c46b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 14 Dec 2009 23:22:27 +0100 Subject: [PATCH] fixed #1099 (GUI: unable to build gui from current git-head) --- lib/lib.pri | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/lib.pri b/lib/lib.pri index dc0e57515..7972cd1eb 100644 --- a/lib/lib.pri +++ b/lib/lib.pri @@ -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 \