From dc2526a2d89b83a3398a503e2b1e78ed2f0c6dac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCllenhaupt?= Date: Tue, 15 Sep 2015 14:09:42 +0200 Subject: qt: fix QtGui CMake static linking errors --- src/qt.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qt.mk b/src/qt.mk index ac05546..30e85a7 100644 --- a/src/qt.mk +++ b/src/qt.mk @@ -114,6 +114,9 @@ define $(PKG)_BUILD # setup cmake toolchain echo 'set(QT_QMAKE_EXECUTABLE $(PREFIX)/$(TARGET)/qt/bin/qmake)' > '$(CMAKE_TOOLCHAIN_DIR)/$(PKG).cmake' + # fix static linking errors of QtGui to missing lcms2 and lzma + # introduced by poor libmng linking + echo 'set(MNG_LIBRARY mng lcms2 lzma)' >> '$(CMAKE_TOOLCHAIN_DIR)/$(PKG).cmake' endef -- cgit v0.12