FileLister: updated qmake files
This commit is contained in:
parent
8caf96be63
commit
c60edb5af6
|
@ -16,16 +16,12 @@ SOURCES += main.cpp \
|
||||||
cppcheckexecutor.cpp \
|
cppcheckexecutor.cpp \
|
||||||
cmdlineparser.cpp \
|
cmdlineparser.cpp \
|
||||||
filelister.cpp \
|
filelister.cpp \
|
||||||
filelister_unix.cpp \
|
|
||||||
filelister_win32.cpp \
|
|
||||||
pathmatch.cpp \
|
pathmatch.cpp \
|
||||||
threadexecutor.cpp
|
threadexecutor.cpp
|
||||||
|
|
||||||
HEADERS += cppcheckexecutor.h \
|
HEADERS += cppcheckexecutor.h \
|
||||||
cmdlineparser.h \
|
cmdlineparser.h \
|
||||||
filelister.h \
|
filelister.h \
|
||||||
filelister_unix.h \
|
|
||||||
filelister_win32.h \
|
|
||||||
pathmatch.h \
|
pathmatch.h \
|
||||||
threadexecutor.h
|
threadexecutor.h
|
||||||
|
|
||||||
|
|
|
@ -19,16 +19,12 @@ include(../lib/lib.pri)
|
||||||
SOURCES += ../cli/cmdlineparser.cpp \
|
SOURCES += ../cli/cmdlineparser.cpp \
|
||||||
../cli/cppcheckexecutor.cpp \
|
../cli/cppcheckexecutor.cpp \
|
||||||
../cli/filelister.cpp \
|
../cli/filelister.cpp \
|
||||||
../cli/filelister_unix.cpp \
|
|
||||||
../cli/filelister_win32.cpp \
|
|
||||||
../cli/pathmatch.cpp \
|
../cli/pathmatch.cpp \
|
||||||
../cli/threadexecutor.cpp \
|
../cli/threadexecutor.cpp \
|
||||||
testpathmatch.cpp
|
testpathmatch.cpp
|
||||||
HEADERS += ../cli/cmdlineparser.h \
|
HEADERS += ../cli/cmdlineparser.h \
|
||||||
../cli/cppcheckexecutor.h \
|
../cli/cppcheckexecutor.h \
|
||||||
../cli/filelister.h \
|
../cli/filelister.h \
|
||||||
../cli/filelister_unix.h \
|
|
||||||
../cli/filelister_win32.h \
|
|
||||||
../cli/pathmatch.h \
|
../cli/pathmatch.h \
|
||||||
../cli/threadexecutor.h
|
../cli/threadexecutor.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue