Mercurial > retraceit
changeset 108:a3f060eb199f
Update flags for Qt on MacOS
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 08 Dec 2016 15:22:51 +0100 |
parents | 788b5f239571 |
children | 0ad468912ff3 |
files | src/CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/CMakeLists.txt Thu Dec 08 15:22:18 2016 +0100 +++ b/src/CMakeLists.txt Thu Dec 08 15:22:51 2016 +0100 @@ -62,7 +62,7 @@ ${AGL_LIBRARY} ${CARBON_LIBRARY} ${IOKIT_LIBRARY} - -lqtharfbuzzng -lz -lcups) + -lqtharfbuzzng -lz -lcups -lqtfreetype -lqtpcre) set(EXTRA_STATIC_LIBS Qt5::QCocoaIntegrationPlugin ${MAC_EXTRA_LIBS} ) SET(MACOSX_BUNDLE_ICON_FILE icon.icns)