Fix static building (on Linux at least).
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 7 Jun 2008 01:36:31 +0000 (03:36 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 7 Jun 2008 01:36:31 +0000 (03:36 +0200)
Besides using a statically built Qt (and pointing to it using -DQT=/path/to/qt),
you need to pass -DSTATIC=1 to cmake to enable proper linking. It also makes sense
to put static versions of libstdc++ and openssl into ${BUILD_DIR}/staticlibs.
NOTE that ${BUILD_DIR} is the dir you run cmake from, NOT the source dir.


No differences found