Skip to content

Commit

Permalink
Update the placement of LinkUrlHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Dec 12, 2023
1 parent 9d377f8 commit 7d62b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mod-cloud-audiocom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ set( SOURCES
AuthorizationHandler.h
)

if(${_OPT}has_url_schemes_support})
if(${_OPT}has_url_schemes_support)
list(APPEND SOURCES
ui/LinkURLHandler.cpp
LinkURLHandler.cpp
)
endif()

Expand Down

0 comments on commit 7d62b3a

Please sign in to comment.