From c3c8b71176e137f33c552807ef923d3f46cb162d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 27 Apr 2011 18:24:40 +0200 Subject: [PATCH] Fixed #2749 (Different test count using Makefile and QtCreator project) --- test/test.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.pro b/test/test.pro index 134cd42c6..b9f38e02f 100644 --- a/test/test.pro +++ b/test/test.pro @@ -20,8 +20,8 @@ SOURCES += ../cli/cmdlineparser.cpp \ ../cli/cppcheckexecutor.cpp \ ../cli/filelister.cpp \ ../cli/pathmatch.cpp \ - ../cli/threadexecutor.cpp \ - testpathmatch.cpp + ../cli/threadexecutor.cpp + HEADERS += ../cli/cmdlineparser.h \ ../cli/cppcheckexecutor.h \ ../cli/filelister.h \