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