Skip to content

Commit

Permalink
fix: change lib dependencies to private
Browse files Browse the repository at this point in the history
Dependencies do not have to be propagated

Log:
  • Loading branch information
justforlxz committed May 8, 2024
1 parent 9bd045a commit 667c572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set_target_properties(common PROPERTIES
)

target_link_libraries(common
PUBLIC
PRIVATE
Qt${QT_MAJOR_VERSION}::DBus
Qt${QT_MAJOR_VERSION}::Network
Qt${QT_MAJOR_VERSION}::Qml
Expand Down

0 comments on commit 667c572

Please sign in to comment.