Skip to content

Commit

Permalink
Move FreeType to src/framework/draw/thirdparty
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Aug 11, 2023
1 parent b95c572 commit 3e04655
Show file tree
Hide file tree
Showing 839 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/framework/draw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ else()
${CMAKE_CURRENT_LIST_DIR}/internal/qimagepainterprovider.h
)

include(SetupFreeType)
include(cmake/SetupFreeType.cmake)
set(MODULE_INCLUDE ${FREETYPE_INCLUDE_DIRS})
set(MODULE_LINK ${FREETYPE_LIBRARIES})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ endif()

if (NOT FREETYPE_FOUND)
# sets FREETYPE_LIBRARIES and FREETYPE_INCLUDE_DIRS
add_subdirectory(${THIRDPARTY_DIR}/freetype freetype)
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/../thirdparty/freetype freetype)
endif()
Empty file.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3e04655

Please sign in to comment.