Skip to content

Commit

Permalink
- More changes to get iOS/Qt5 build running
Browse files Browse the repository at this point in the history
  • Loading branch information
Framstag committed Aug 27, 2023
1 parent fb50723 commit f13117d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions OSMScout2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ endif()

install(TARGETS OSMScout2
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)

Expand Down
1 change: 1 addition & 0 deletions StyleEditor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ endif()

install(TARGETS StyleEditor
RUNTIME DESTINATION bin
BUNDLE DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
2 changes: 1 addition & 1 deletion cmake/features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ set(HAVE_LIB_AGG ${LIBAGG_FOUND})
find_package(Freetype QUIET)
set(HAVE_LIB_FREETYPE ${FREETYPE_FOUND})

find_package(PANGO QUIET)
find_package(Pango QUIET)
set(HAVE_LIB_PANGO ${PANGO_FOUND})
set(OSMSCOUT_MAP_CAIRO_HAVE_LIB_PANGO ${PANGOCAIRO_FOUND})
set(OSMSCOUT_MAP_SVG_HAVE_LIB_PANGO ${PANGOFT2_FOUND})
Expand Down

0 comments on commit f13117d

Please sign in to comment.