X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FCMakeLists.txt;h=6a0611af5e694ea3f3931b14c280a24141953551;hb=f51494caaac1f102d5f28a026ccce871312ddd94;hp=cd2987595ba9e2ce618f846629b3635697041577;hpb=f13ee12590d103b3512ba74c0bef3b0817c4c947;p=quassel.git diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index cd298759..6a0611af 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -12,7 +12,6 @@ set(SOURCES corebufferviewconfig.cpp corebufferviewmanager.cpp corecoreinfo.cpp - coreeventmanager.cpp coreidentity.cpp coreignorelistmanager.cpp coreircchannel.cpp @@ -57,7 +56,8 @@ endif() include_directories(${CMAKE_SOURCE_DIR}/src/common) -set(CORE_RCS ${CORE_RCS} core/sql.qrc PARENT_SCOPE) +set(CORE_RCS ${CORE_RCS} ${CMAKE_CURRENT_SOURCE_DIR}/sql.qrc) +qt_add_resources(SOURCES ${CORE_RCS}) add_library(mod_core STATIC ${SOURCES}) qt_use_modules(mod_core Core Network Script Sql)