summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.vuorela@jolla.com>2018-08-20 15:34:02 +0300
committerPekka Vuorela <pvuorela@iki.fi>2018-08-22 15:30:16 +0000
commitb384eeb2c9dce14178f8121e6afeb06e865e8cba (patch)
treea083b7b754c02f84f476adee7c601299b5153faf
parent2eb6b3dd41fb21364578a1ac691488b82b08125e (diff)
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 <robin.burchell@crimson.no>
-rw-r--r--src/libraries/qmfclient/qmfclient.pro2
1 files changed, 1 insertions, 1 deletions
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