Skip to content

Commit b0d148b

Browse files
committed
fix test
1 parent 816b7ac commit b0d148b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gui/test/resultstree/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
qt_wrap_cpp(test-resultstree_SRC
22
testresultstree.h
33
${CMAKE_SOURCE_DIR}/gui/resultstree.h
4+
${CMAKE_SOURCE_DIR}/gui/resultitem.h
45
${CMAKE_SOURCE_DIR}/gui/applicationlist.h
56
${CMAKE_SOURCE_DIR}/gui/projectfile.h
67
${CMAKE_SOURCE_DIR}/gui/threadhandler.h
@@ -12,6 +13,7 @@ add_executable(test-resultstree
1213
${test-resultstree_SRC}
1314
testresultstree.cpp
1415
${CMAKE_SOURCE_DIR}/gui/resultstree.cpp
16+
${CMAKE_SOURCE_DIR}/gui/resultitem.cpp
1517
${CMAKE_SOURCE_DIR}/gui/erroritem.cpp
1618
${CMAKE_SOURCE_DIR}/gui/showtypes.cpp
1719
${CMAKE_SOURCE_DIR}/gui/report.cpp

0 commit comments

Comments
 (0)