We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816b7ac commit b0d148bCopy full SHA for b0d148b
gui/test/resultstree/CMakeLists.txt
@@ -1,6 +1,7 @@
1
qt_wrap_cpp(test-resultstree_SRC
2
testresultstree.h
3
${CMAKE_SOURCE_DIR}/gui/resultstree.h
4
+ ${CMAKE_SOURCE_DIR}/gui/resultitem.h
5
${CMAKE_SOURCE_DIR}/gui/applicationlist.h
6
${CMAKE_SOURCE_DIR}/gui/projectfile.h
7
${CMAKE_SOURCE_DIR}/gui/threadhandler.h
@@ -12,6 +13,7 @@ add_executable(test-resultstree
12
13
${test-resultstree_SRC}
14
testresultstree.cpp
15
${CMAKE_SOURCE_DIR}/gui/resultstree.cpp
16
+ ${CMAKE_SOURCE_DIR}/gui/resultitem.cpp
17
${CMAKE_SOURCE_DIR}/gui/erroritem.cpp
18
${CMAKE_SOURCE_DIR}/gui/showtypes.cpp
19
${CMAKE_SOURCE_DIR}/gui/report.cpp
0 commit comments