summaryrefslogtreecommitdiff
path: root/CMakeLists.txt.mingw
diff options
context:
space:
mode:
authorIru Dog <mytbk920423@gmail.com>2014-06-10 16:01:26 +0800
committerIru Dog <mytbk920423@gmail.com>2014-06-10 16:01:26 +0800
commit793e836c946bc73637a9393d94fad80a444537a3 (patch)
tree8ea7033c954dd92ab72fb6358b29237e00e6c5ba /CMakeLists.txt.mingw
parent15e82379d2c322f871db6d7d7c6f965e8636988a (diff)
downloadfqterm-793e836c946bc73637a9393d94fad80a444537a3.tar.xz
Add openssl to link dir
Diffstat (limited to 'CMakeLists.txt.mingw')
-rw-r--r--CMakeLists.txt.mingw2
1 files changed, 1 insertions, 1 deletions
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