changeset 33:50dae38a5641

Fix windows build link order
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 11 Apr 2016 14:38:01 +0200
parents ad54c98cb8d8
children f4aaf1cd8cb0
files src/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/CMakeLists.txt	Mon Apr 11 14:33:01 2016 +0200
+++ b/src/CMakeLists.txt	Mon Apr 11 14:38:01 2016 +0200
@@ -48,12 +48,11 @@
    get_filename_component(_qtpath ${_loc} PATH)
    set(EXTRA_STATIC_LIBS
        -L${_qtpath}
-       -lpcre16
        Qt5::QWindowsIntegrationPlugin
        -lwinspool -lshlwapi
        -lQt5PlatformSupport -lQt5Gui -lcomdlg32 -loleaut32 -limm32 -lwinmm
        -lglu32 -lopengl32 -lgdi32 -lQt5Core -lole32 -lmstask -luuid -lws2_32
-       -ladvapi32 -lshell32 -luser32 -lkernel32 )
+       -ladvapi32 -lshell32 -luser32 -lkernel32 -lqtfreetype -lqtharfbuzzng -lpcre16)
 endif()
 
 target_link_libraries(${PROJECT_NAME}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)