# HG changeset patch # User Andre Heinecke # Date 1460378281 -7200 # Node ID 50dae38a5641ce5976cda1c0d0a328f237b62e92 # Parent ad54c98cb8d8bcb6584cbdb3815860b6cbe4a07a Fix windows build link order diff -r ad54c98cb8d8 -r 50dae38a5641 src/CMakeLists.txt --- 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}