Skip to content

Commit

Permalink
remove optional linking of qt multimedia
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyTheCo committed Apr 7, 2024
1 parent a761ac9 commit 0aea690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QtQrDec/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(BUILD_EXAMPLES)
if(NOT EMSCRIPTEN)
target_link_libraries(${example} PRIVATE Qt6::Multimedia)
endif(NOT EMSCRIPTEN)
target_link_libraries(${example} PRIVATE Qt::Gui Qt::Qml Qt::Quick $<TARGET_NAME_IF_EXISTS:Qt6::Multimedia> QtQrDec
target_link_libraries(${example} PRIVATE Qt::Gui Qt::Qml Qt::Quick QtQrDec
$<$<STREQUAL:$<TARGET_PROPERTY:QtQrDec,TYPE>,STATIC_LIBRARY>:QtQrDecplugin>
)

Expand Down

0 comments on commit 0aea690

Please sign in to comment.