summaryrefslogtreecommitdiff
path: root/CMakeLists.txt.mingw
AgeCommit message (Collapse)Author
2018-05-17add -mwindows in mingwIru Cai
2018-05-05remove unite in CMakeLists.*, drop NSISIru Cai
2016-10-29only link crypto library instead of linking ssl and cryptoIru Cai
2016-10-28Move ``find_package(OpenSSL)`` to protocol/CMakeLists.txtIru Cai
Files in ``protocol`` directory need ${OPENSSL_INCLUDE_DIR}, but this include is not done when building in this directory if the find_package statement is in ${SRC_ROOT}/CMakeLists.txt.*.
2016-04-03CMakeLists.txt cleanupIru Cai
- remove qt4_automoc - set VERBOSE_MAKEFILE - set FQTERM_LIBS - remove trailing spaces and empty lines
2014-06-10Add openssl to link dirIru Dog
2014-05-15Change for windows native static build.Iru Cai
1. Qt 4.8.6 does not have static imageformats plugin 2. cmake have MSVC and MINGW variable 3. rewrite openssl linking options
2014-05-08Use verbose MakefileIru Cai
2014-05-06It now builds with MXEIru Cai
2014-05-05Modify to build with mingw toolchainIru Cai