forked from qt/qtbase
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v6.2.10-lts' into tqtc/lts-6.2-opensource
Qt 6.2.10-lts release Change-Id: I3baf877fbd9f382c35c048d3183a635449becdce
- Loading branch information
Showing
636 changed files
with
44,025 additions
and
32,012 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
include(QtFindWrapHelper NO_POLICY_SCOPE) | ||
|
||
qt_find_package_system_or_bundled(wrap_jpeg | ||
FRIENDLY_PACKAGE_NAME "Jpeg" | ||
WRAP_PACKAGE_TARGET "WrapJpeg::WrapJpeg" | ||
WRAP_PACKAGE_FOUND_VAR_NAME "WrapJpeg_FOUND" | ||
BUNDLED_PACKAGE_NAME "BundledLibjpeg" | ||
BUNDLED_PACKAGE_TARGET "BundledLibjpeg" | ||
SYSTEM_PACKAGE_NAME "WrapSystemJpeg" | ||
SYSTEM_PACKAGE_TARGET "WrapSystemJpeg::WrapSystemJpeg" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
if(TARGET WrapSystemJpeg::WrapSystemJpeg) | ||
set(WrapSystemJpeg_FOUND TRUE) | ||
return() | ||
endif() | ||
set(WrapSystemJpeg_REQUIRED_VARS __jpeg_found) | ||
|
||
find_package(JPEG ${${CMAKE_FIND_PACKAGE_NAME}_FIND_VERSION} QUIET) | ||
|
||
set(__jpeg_target_name "JPEG::JPEG") | ||
if(JPEG_FOUND AND TARGET "${__jpeg_target_name}") | ||
set(__jpeg_found TRUE) | ||
endif() | ||
|
||
if(JPEG_LIBRARIES) | ||
list(PREPEND WrapSystemJpeg_REQUIRED_VARS JPEG_LIBRARIES) | ||
endif() | ||
if(JPEG_VERSION) | ||
set(WrapSystemJpeg_VERSION "${JPEG_VERSION}") | ||
endif() | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(WrapSystemJpeg | ||
REQUIRED_VARS ${WrapSystemJpeg_REQUIRED_VARS} | ||
VERSION_VAR WrapSystemJpeg_VERSION) | ||
|
||
if(WrapSystemJpeg_FOUND) | ||
add_library(WrapSystemJpeg::WrapSystemJpeg INTERFACE IMPORTED) | ||
target_link_libraries(WrapSystemJpeg::WrapSystemJpeg | ||
INTERFACE "${__jpeg_target_name}") | ||
endif() | ||
unset(__jpeg_target_name) | ||
unset(__jpeg_found) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.