Commit 572c03eb authored by Leander Beernaert's avatar Leander Beernaert Committed by Alexandru Croitor
Browse files

Add support for qt_helper_lib()


Add qt_add_3rdparty_library() function as a replacement for qmake's
qt_helper_lib feature.

All 3rdparty libraries will be available under the Qt:: alias when built
through this method so that they can properly register as dependencies
of a Qt module.

This patch also adds Qt3rdPartyLibraryConfig.cmake.in to export the
CMake configuration for static builds and shared libraries.

Change-Id: I52bf3a95ca22fccd9ab54343468847bb1b570c28
Fixes: QTBUG-81969
Reviewed-by: default avatarLiang Qi <liang.qi@qt.io>
Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
No related merge requests found
Showing with 201 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment