summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c09379a..8207ed7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -58,23 +58,3 @@ tde_add_executable( dbusxml2qt3
DESTINATION ${BIN_INSTALL_DIR}
)
-
-##### add apidox targets ############
-
-add_custom_target( apidox
- COMMAND doxygen ${CMAKE_BINARY_DIR}/dbus-1-tqt.Doxyfile
- WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
-)
-
-add_custom_target( install-apidox
- COMMAND ${CMAKE_COMMAND} -E echo Apidox installed in ${APIDOX_HTML_DIRECTORY}
-)
-
-install( CODE "
- if( EXISTS ${CMAKE_BINARY_DIR}/apidocs )
- file(
- INSTALL ${CMAKE_BINARY_DIR}/apidocs/
- DESTINATION ${APIDOX_HTML_DIRECTORY}/en
- )
- endif()"
-)