blob: 5e2cb6dcb6ac33de3389f73d592c9beeb2df6595 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Do not trigger QA with the paths we want our docs in.
--- a/docs/CMakeLists.txt 2020-03-02 23:10:28.358584552 +0100
+++ b/docs/CMakeLists.txt 2020-03-02 23:11:52.228369765 +0100
@@ -29,8 +29,4 @@
USE_STAMP_FILE
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..
)
- install(DIRECTORY
- ${CMAKE_CURRENT_BINARY_DIR}/html/
- DESTINATION ${KDE_INSTALL_DATADIR}/doc/KDSoapWSDiscoveryClient
- COMPONENT Devel)
endif()
|