Skip to content

Commit

Permalink
Fix Nearby Share plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed May 8, 2023
1 parent 74b8fb3 commit 20d8360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/qnearbyshare/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cntp_init_plugin(thefile plugin-qnearbyshare 20 ideviceplugin)
cntp_translate(plugin-qnearbyshare)

set_target_properties(plugin-qnearbyshare PROPERTIES
OUTPUT_NAME idevicePlugin
OUTPUT_NAME nearbysharePlugin
FRAMEWORK FALSE)

target_link_libraries(plugin-qnearbyshare Qt6::Widgets Qt6::DBus libcontemporary libthefile)

0 comments on commit 20d8360

Please sign in to comment.