[PATCH] Remove additional dependencies to harfbuzz

Wald Commits scm-commit at wald.intevation.org
Wed Jul 30 16:26:41 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1406730397 -7200
# Node ID 57b32e354e862120ed1906902ed36c08579a0383
# Parent  9792c69201c29d0829903917300308f5187b1b32
Remove additional dependencies to harfbuzz

    This was accidentally commited because current MXE master
    builds qt with this depdency

diff -r 9792c69201c2 -r 57b32e354e86 ui/CMakeLists.txt
--- a/ui/CMakeLists.txt	Wed Jul 30 16:22:55 2014 +0200
+++ b/ui/CMakeLists.txt	Wed Jul 30 16:26:37 2014 +0200
@@ -95,8 +95,7 @@
    set(WINDOWS_EXTRA_LIBS
         -L${_qtpath}
         -lwinspool -lshlwapi -lfreetype -lbz2 -lpng16
-        -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32
-        -lharfbuzz -lglib-2.0 -lintl -liconv -lwinmm
+        -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm
         -lglu32 -lopengl32 -lgdi32 -ljpeg -lpng -lQt5Core -lole32 -lmstask -luuid -lws2_32
         -ladvapi32 -lshell32 -luser32 -lkernel32 -lz -lsicuin -lsicuuc -lsicudt -lpcre16)
 


More information about the Trustbridge-commits mailing list