X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2FCMakeLists.txt;h=3dd1504477a035b2872f3f57e6be0f8453268df1;hb=6d2798ada0b9e770f821e039431cc9dc3b5f85cf;hp=bc74eccec9d2f365d029d91ea7e83dc99f91818e;hpb=84cd3561e97167ffb98ecab0fd2b884ba1d13ada;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})