Skip to content

Commit

Permalink
printing
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 3, 2024
1 parent b0752bc commit 5818230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/qgis-cmake-wrapper.cmake
Expand Up @@ -63,6 +63,9 @@ endfunction()
# set(CMAKE_USE_PTHREADS_INIT 1)
#endif()

if(CMAKE_SYSTEM_NAME STREQUAL "iOS")
target_compile_definitions(QGIS::Core PUBLIC QT_NO_PRINTER)
endif()

if(TRUE) # Should possibly have a "static only" check
find_package(PkgConfig QUIET)
Expand Down

0 comments on commit 5818230

Please sign in to comment.