Skip to content

Commit

Permalink
There's a common issue of building iOS apps on Qt 6.8 because of new …
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Feb 25, 2025
1 parent 83460bc commit 15c8796
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ add_definitions(-DDEV_AGW_PUBLIC_KEY="$ENV{DEV_AGW_PUBLIC_KEY}")
add_definitions(-DDEV_AGW_ENDPOINT="$ENV{DEV_AGW_ENDPOINT}")
add_definitions(-DDEV_S3_ENDPOINT="$ENV{DEV_S3_ENDPOINT}")

if(IOS)
set(PACKAGES ${PACKAGES} Multimedia)
endif()

if(WIN32 OR (APPLE AND NOT IOS) OR (LINUX AND NOT ANDROID))
set(PACKAGES ${PACKAGES} Widgets)
endif()
Expand All @@ -48,10 +44,6 @@ set(LIBS ${LIBS}
Qt6::Core5Compat Qt6::Concurrent
)

if(IOS)
set(LIBS ${LIBS} Qt6::Multimedia)
endif()

if(WIN32 OR (APPLE AND NOT IOS) OR (LINUX AND NOT ANDROID))
set(LIBS ${LIBS} Qt6::Widgets)
endif()
Expand Down

0 comments on commit 15c8796

Please sign in to comment.