From b384eeb2c9dce14178f8121e6afeb06e865e8cba Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Mon, 20 Aug 2018 15:34:02 +0300 Subject: Use LIBS_PRIVATE instead of LIBS Otherwise flags leak into .prl file and result depending project trying to do explicit ICU linkage. Change-Id: I75e20c31f2ece74cb167e22691eb9b14bdd566a2 Reviewed-by: Robin Burchell --- src/libraries/qmfclient/qmfclient.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/qmfclient/qmfclient.pro b/src/libraries/qmfclient/qmfclient.pro index 43443a03..f643c4d1 100644 --- a/src/libraries/qmfclient/qmfclient.pro +++ b/src/libraries/qmfclient/qmfclient.pro @@ -160,7 +160,7 @@ TRANSLATIONS += libqtopiamail-ar.ts \ libqtopiamail-zh_TW.ts packagesExist(icu-uc) { - LIBS += -licui18n -licuuc -licudata + LIBS_PRIVATE += -licui18n -licuuc -licudata PRIVATE_HEADERS += support/qcharsetdetector_p.h \ support/qcharsetdetector.h SOURCES += support/qcharsetdetector.cpp -- cgit v1.2.3