We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-cppchecklibrarydata
1 parent 41849b1 commit f0f018dCopy full SHA for f0f018d
1 file changed
gui/test/cppchecklibrarydata/CMakeLists.txt
@@ -1,8 +1,10 @@
1
qt_wrap_cpp(test-cppchecklibrarydata_SRC testcppchecklibrarydata.h)
2
+QT_ADD_RESOURCES(test-cppchecklibrarydata_resources "resources.qrc")
3
add_custom_target(build-cppchecklibrarydata-deps SOURCES ${test-cppchecklibrarydata_SRC})
4
add_dependencies(gui-build-deps build-cppchecklibrarydata-deps)
5
add_executable(test-cppchecklibrarydata
6
${test-cppchecklibrarydata_SRC}
7
+ ${test-cppchecklibrarydata_resources}
8
testcppchecklibrarydata.cpp
9
${CMAKE_SOURCE_DIR}/gui/cppchecklibrarydata.cpp
10
)
0 commit comments