GUI: Add new files to CMake build file.
This commit is contained in:
parent
68a28ab9b9
commit
33f743875b
|
@ -20,6 +20,7 @@ include_directories("${CPPCHECK_SOURCE_DIR}/lib"
|
||||||
# Header files - listed for mocking
|
# Header files - listed for mocking
|
||||||
SET(CHECK_HEADERS
|
SET(CHECK_HEADERS
|
||||||
aboutdialog.h
|
aboutdialog.h
|
||||||
|
application.h
|
||||||
applicationdialog.h
|
applicationdialog.h
|
||||||
applicationlist.h
|
applicationlist.h
|
||||||
checkstatistics.h
|
checkstatistics.h
|
||||||
|
@ -51,6 +52,7 @@ SET(CHECK_HEADERS
|
||||||
# Source files
|
# Source files
|
||||||
SET(CHECKGUI_SRCS
|
SET(CHECKGUI_SRCS
|
||||||
aboutdialog.cpp
|
aboutdialog.cpp
|
||||||
|
application.cpp
|
||||||
applicationdialog.cpp
|
applicationdialog.cpp
|
||||||
applicationlist.cpp
|
applicationlist.cpp
|
||||||
checkstatistics.cpp
|
checkstatistics.cpp
|
||||||
|
|
Loading…
Reference in New Issue