Skip to content

Commit

Permalink
Fix linking against kColorPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfella committed Jan 9, 2024
1 parent 39b2f17 commit be0a5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ target_include_directories(kImageAnnotator
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)

target_link_libraries(kImageAnnotator PUBLIC Qt${QT_MAJOR_VERSION}::Widgets Qt${QT_MAJOR_VERSION}::Svg PRIVATE kColorPicker-Qt${QT_MAJOR_VERSION})
target_link_libraries(kImageAnnotator PUBLIC Qt${QT_MAJOR_VERSION}::Widgets Qt${QT_MAJOR_VERSION}::Svg PRIVATE kColorPicker::kColorPicker-Qt${QT_MAJOR_VERSION})

if (UNIX AND NOT APPLE)
# X11::X11 imported target only available with sufficiently new CMake
Expand Down

0 comments on commit be0a5c8

Please sign in to comment.