[Chinese-commits] [fqterm] 35/76: Add openssl to link dir

Boyuan Yang hosiet-guest at moszumanska.debian.org
Thu Oct 27 03:16:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a commit to branch master
in repository fqterm.

commit 793e836c946bc73637a9393d94fad80a444537a3
Author: Iru Dog <mytbk920423 at gmail.com>
Date:   Tue Jun 10 16:01:26 2014 +0800

    Add openssl to link dir
---
 CMakeLists.txt.mingw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt.mingw b/CMakeLists.txt.mingw
index e701836..69e6ddf 100644
--- a/CMakeLists.txt.mingw
+++ b/CMakeLists.txt.mingw
@@ -4,7 +4,6 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
 ADD_DEFINITIONS(-D "FQTERM_VERSION_STRING=\\\"${FQTERM_VERSION}\\\"")
 
 if(FQTERM_USE_STATIC_QT)
-  message("Will use static Qt.")
   ADD_DEFINITIONS(-DFQTERM_USE_STATIC_QT)
   REMOVE_DEFINITIONS(-DQT_DLL)
 endif(FQTERM_USE_STATIC_QT)
@@ -30,6 +29,7 @@ include_directories(
 link_directories(
   ${QT_PLUGINS_DIR}/codecs
   ${QT_PLUGINS_DIR}/imageformats
+  ${OPENSSL_ROOT_DIR}/lib
 )
 
 ADD_EXECUTABLE(fqterm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/fqterm.git



More information about the Chinese-commits mailing list