X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=3dd1504477a035b2872f3f57e6be0f8453268df1;hb=9911c69e8ea76e13a0627f2417570cff1fad0a32;hp=bc74eccec9d2f365d029d91ea7e83dc99f91818e;hpb=2273a95ba9c277ce6dd7a67158a3d3ed9f161182;p=quassel.git diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index bc74ecce..3dd15044 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -47,6 +47,8 @@ if (USE_QT5) list(APPEND qt_modules Widgets) endif() +qt_add_resources(SOURCES ${CLIENT_RCS}) + add_library(mod_client STATIC ${SOURCES}) qt_use_modules(mod_client Network Core Gui ${qt_modules})