cmake: Rename target to kddockwidgets instead of docks
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user