X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=3bebf6833ab306888afd0c25eb89969c30d46f2f;hp=9b69168250e230af88f7620903250f275bb69059;hb=c267d83f074d9ccf4dae9d30d08bb9525937f478;hpb=2ef05a04e0a440f6f3830e94c4f59711a0965a87 diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b691682..3bebf683 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,6 +66,7 @@ set(LINGUAS "" CACHE STRING "Comma-separated list of locales specifying language # Some settings imply others if(STATIC) + add_definitions(-DSTATIC) set(WITH_KDE OFF CACHE BOOL "Static building with KDE is not supported") endif(STATIC)