From 759da6742a513fa3fb85bb6db569cff5a53a47d6 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 22 Apr 2020 21:01:32 +0200 Subject: CMake: Generate information about 3rdparty libs in module .pri files For modules that are not yet ported to CMake and that use QMAKE_USE += libfoo we need to provide the information about libfoo in the qt_lib_XXX.pri files. Also, we now generate qt_ext_XXX.pri files for bundled 3rdparty libs. Task-number: QTBUG-75666 Change-Id: I9e4b057a197554ecb37c294c0bf09e2a2b3aa053 Reviewed-by: Alexandru Croitor --- src/3rdparty/freetype/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty/freetype') diff --git a/src/3rdparty/freetype/CMakeLists.txt b/src/3rdparty/freetype/CMakeLists.txt index 622b488c34..728e9371c7 100644 --- a/src/3rdparty/freetype/CMakeLists.txt +++ b/src/3rdparty/freetype/CMakeLists.txt @@ -5,6 +5,7 @@ ##################################################################### qt_add_3rdparty_library(BundledFreetype + QMAKE_LIB_NAME freetype STATIC INSTALL SOURCES -- cgit v1.2.3