chore: Remove qmake references

This commit is contained in:
Lars Toenning
2024-02-17 12:18:42 +01:00
parent 09dda853b1
commit 4efb7d44e1
2 changed files with 2 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ if(SWIFT_BUILD_SAMPLES)
endif()
if(SWIFT_BUILD_DOCUMENTATION)
add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile.qmake WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs)
add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs)
endif()
include(cmake/install.cmake)