Skip to content

Commit

Permalink
fix: Don't double link QT libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rprospero committed Aug 5, 2024
1 parent eb534a4 commit 9b6d3e6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ target_include_directories(
QuickPlot PRIVATE ${PROJECT_SOURCE_DIR}/lib ${PROJECT_BINARY_DIR}/lib
${Qt6Widgets_INCLUDE_DIRS} ${Qt6Quick3D_INCLUDE_DIRS})

target_link_libraries(
QuickPlot
PUBLIC ${WHOLE_ARCHIVE_FLAG}
# External libs
Qt6::Widgets
Qt6::Core
Qt6::3DCore
Qt6::3DRender
Qt6::3DExtras
Qt6::Quick)

set_target_properties(QuickPlot PROPERTIES PUBLIC_HEADER lineGeometry.h)

install(TARGETS QuickPlot)
Expand Down

0 comments on commit 9b6d3e6

Please sign in to comment.