Skip to content

Commit f0f018d

Browse files
committed
added missing test-cppchecklibrarydata resources in CMake - tests now pass
1 parent 41849b1 commit f0f018d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gui/test/cppchecklibrarydata/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
qt_wrap_cpp(test-cppchecklibrarydata_SRC testcppchecklibrarydata.h)
2+
QT_ADD_RESOURCES(test-cppchecklibrarydata_resources "resources.qrc")
23
add_custom_target(build-cppchecklibrarydata-deps SOURCES ${test-cppchecklibrarydata_SRC})
34
add_dependencies(gui-build-deps build-cppchecklibrarydata-deps)
45
add_executable(test-cppchecklibrarydata
56
${test-cppchecklibrarydata_SRC}
7+
${test-cppchecklibrarydata_resources}
68
testcppchecklibrarydata.cpp
79
${CMAKE_SOURCE_DIR}/gui/cppchecklibrarydata.cpp
810
)

0 commit comments

Comments
 (0)