summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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