cmake: Rename target to kddockwidgets instead of docks

This commit is contained in:
Sergio Martins
2019-08-08 16:03:59 +01:00
parent b946627961
commit 17b3048aeb
4 changed files with 12 additions and 12 deletions

View File

@@ -7,6 +7,6 @@ set(EXAMPLE_SRCS
include_directories(${CMAKE_SOURCE_DIR}/src/)
add_executable(docks_example ${EXAMPLE_SRCS})
target_link_libraries(docks_example docks Qt5::Widgets)
target_link_libraries(docks_example kddockwidgets Qt5::Widgets)
install(TARGETS docks_example DESTINATION bin)