Skip to content

Commit

Permalink
Fix for Qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Oct 21, 2024
1 parent dbbf191 commit 66247ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/samplesource/androidsdrdriverinput/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ target_link_libraries(${TARGET_NAME} PRIVATE
swagger
)
if(NOT ENABLE_QT6 AND ANDROID)
target_link_libraries(${TARGET_NAME} Qt::AndroidExtras)
target_link_libraries(${TARGET_NAME} PRIVATE Qt::AndroidExtras)
endif()

install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})
Expand Down

0 comments on commit 66247ec

Please sign in to comment.