Skip to content

Commit

Permalink
qt6: Install kdwsdl2cpp as kdwsdl2cpp-qt6
Browse files Browse the repository at this point in the history
If users are using the proper KDSoap::kdwsdl2cpp target, nothing changes
for them
  • Loading branch information
albert-astals-cid-kdab committed Aug 12, 2021
1 parent 109f709 commit 4b137e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kdwsdl2cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ target_link_libraries(kdwsdl2cpp_lib ${QT_LIBRARIES})

add_executable(kdwsdl2cpp ${SOURCES_EXE})
target_link_libraries(kdwsdl2cpp kdwsdl2cpp_lib ${QT_LIBRARIES})
set_target_properties(kdwsdl2cpp PROPERTIES OUTPUT_NAME kdwsdl2cpp${${PROJECT_NAME}_LIBRARY_QTID})

install(TARGETS kdwsdl2cpp EXPORT "KDSoapTargets"
RUNTIME DESTINATION ${INSTALL_RUNTIME_DIR}
Expand Down

0 comments on commit 4b137e0

Please sign in to comment.